Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Luminous: JavaScript events blocker의 버전 기록 - 25개 버전

Luminous: JavaScript events blocker 제작자: gbaptista

5점 만점에 4.2점
4.2 / 5
5
18
4
2
3
2
2
1
1
3
Luminous: JavaScript events blocker의 버전 기록 - 25개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 0.0.28

    2019년 9월 14일에 출시 - 383.56 KB
    firefox 42.0 이상에서 작동
    - https://github.com/gbaptista/luminous/releases/tag/0.0.28

    - Support for requestAnimationFrame()
    - Including third party libraries versions to meet Mozilla requirements (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Third_Party_Library_Usage)

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 0.0.27

    2019년 3월 23일에 출시 - 403.05 KB
    firefox 42.0 이상에서 작동

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.26

    2018년 3월 14일에 출시 - 408.97 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Fix Firefox binary files issue.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.25

    2018년 3월 13일에 출시 - 408.92 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Improve code detection for Firefox 57+ browsers.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.24

    2018년 3월 9일에 출시 - 395.63 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Detect JavaScript codes inside iframes.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.23

    2018년 3월 5일에 출시 - 391.26 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Introducing major changes to the code structure. This should be the fastest version so far, several performance issues resolved.

    New feature: Log panels available for all browsers.

    I'm very excited about this release, hope you all enjoy the improvements!

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.22

    2018년 2월 25일에 출시 - 378.28 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Improve reports performance.
    Fix gray icon problem.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.21

    2018년 2월 25일에 출시 - 378.26 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - User-Agent header interception.
    - NavigatorID.userAgent interception.
    - getBattery interception.
    - Navigator.getGamepads() interception.
    - Fix Promise callbacks issue.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.20

    2018년 2월 24일에 출시 - 377.74 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Fix indexedDB issues.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.19

    2018년 2월 24일에 출시 - 377.15 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Introducing JavaScript profiler with performance analysis.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.18

    2018년 2월 15일에 출시 - 369.07 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Fix headers with cookies (Github login issue).
    - Fix original function calls (Maximum call stack size exceeded).
    - Fix "handleEvent not defined" issue.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.17

    2018년 2월 14일에 출시 - 400.86 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Use `sub_frame` for `webRequest.onCompleted` automatic settings.
    - Use `sub_frame` for `webRequest.onBeforeRequest` tabId setter.
    - Set cookies for settings.
    - Create settings compressor (for cookies).
    - Use `webNavigation.onCommitted` to inject settings.
    - Use `onMessage` callback to inject settings.
    - Options injection refactoring.
    - Introducing debug_log method.
    - Update injected code with `show_code_details`.
    - Update injected code with `injection_disabled`.
    - Introducing JavaScript helpers files.
    - Add `js.cookie` project.
    - Check `injection_disabled` for injected code and all interceptions.
    - Fix `XMLHttpRequest.open` auntheticated requests issue.
    - Implement `luminous-message` for future log ideas.
    - Request `webNavigation` permission.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.16

    2018년 2월 12일에 출시 - 363.69 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    UI Improvements:
    - Gray bottom lines.
    - Zoom in option.
    - Apply to default rules.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.15

    2018년 2월 11일에 출시 - 362.84 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    New build format following Mozilla guidelines:

    - https://developer.mozilla.org/en-US/Add-ons/Source_Code_Submission
    - https://blog.mozilla.org/addons/2016/04/05/improved-review-time-with-links-to-sources/

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.14

    2018년 2월 11일에 출시 - 1.05 MB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Fix geolocation bug.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.13

    2018년 2월 11일에 출시 - 1.05 MB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Reports about all javaScript detections.
    - Geolocation API support.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.12

    2018년 2월 10일에 출시 - 1,015.57 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Introducing Automatic Settings.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.11

    2018년 2월 6일에 출시 - 1,010.23 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Fix removeEventListener.
    - Fix OpenStreetMap, Google Spreadsheets and YouTube issues.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.10

    2018년 2월 5일에 출시 - 1,009.93 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Improvements to the settings UI search.
    - Default disable addons websites.
    - Automatically create settings for visited sites.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.9

    2018년 2월 4일에 출시 - 1,008.63 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Improve Readers Performance
    - Introducing Default Rules

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.8

    2018년 2월 4일에 출시 - 1,005.07 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Settings for custom website rules.
    - Disable code injection for YouTube by default.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.7

    2018년 2월 4일에 출시 - 1,000.85 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Default settings for WhatsApp Web.
    - New settings pages.
    - Performance Improvements.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.6

    2018년 2월 3일에 출시 - 972.67 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    New settings pages to help understand how the options are stored and provide informations for debug:

    - Options to enable/disable code injection (with all domains).
    - Options to enable/disable popup code details.
    - Local sotrage visualization.
    - Sync sotrage visualization.
    - Button to clear storage.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.5

    2018년 2월 1일에 출시 - 963.35 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    - Show gray icons when website is disabled.
    - Reset counter on tab refresh.
    - Don't try to inject anything if website is disabled.
    - Remove some responsabilities from interceptor.
    - Improve interceptor performance.
    - Improve tab id setter performance.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.0.4

    2018년 1월 31일에 출시 - 887.38 KB
    firefox 42.0 이상, android 48.0 ~ 68.*에서 작동
    Fix Content Security Policy Issues:
    - if the script injection is disabled, don't try to change request headers!
    - If unsafe-inline rule exists, create a new rule with nonce will block other scripts, we can't do that.

    Added Spanish Language:
    - Thanks SeppNel!

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.