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

Tinker Tester Developer Spy의 버전 기록 - 16개 버전

Tinker Tester Developer Spy 제작자: Thomas Wisniewski

5점 만점에 4.6점
4.6 / 5
5
12
4
2
3
0
2
0
1
1
Tinker Tester Developer Spy의 버전 기록 - 16개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.1.7resigned1

    2024년 4월 25일에 출시 - 48.4 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

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

    버전 1.1.6

    2019년 1월 4일에 출시 - 46.18 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    Fixed a bug causing breakage due to CSP bypasses breaking some JS.
    Removed the WebP polyfix, as nightly Firefox builds now support WebP, rendering it obsolete.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.5

    2018년 12월 27일에 출시 - 128.4 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    Fix bugs causing GMail (and possibly other such sites) to not load properly while addon is active.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.4

    2018년 10월 27일에 출시 - 128.13 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    Update the WebP WASM module to the latest version.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.3

    2018년 10월 25일에 출시 - 128.53 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    Fix breakage of sites using the CSP3 strict-dynamic feature to inadvertently block us (GMail, for instance).

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.2

    2018년 9월 18일에 출시 - 128.49 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - add a hook for the DOM History APIs
    - bug fixes to the Event Listener which could cause site breakage while using it
    - also ignore X-Frame-Options headers when using the CORS-disabling hook

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.1

    2018년 8월 8일에 출시 - 128.36 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - add a hook to enable WebP support
    - add a hook to ease testing https://bugzil.la/697151
    - fix CSP-related bugs causing the addon to break on some pages
    - don't spam the console announcement as much

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.0

    2018년 7월 22일에 출시 - 43.41 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - can now ignore event handler addition, removal, and firing
    - console API access has been simplified
    - addon now persists settings across addon restart/upgrade where possible
    - addon now cleans page scripts up after uninstall

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.7

    2018년 7월 17일에 출시 - 42.8 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    added a new hook to disable a page's access to the debugger keyword (to mitigate its abuse).
    bugfix: don't block Function-style eval on CSP-enabled pages, to prevent unnecessary breakage.
    bugfix: fix a bug which prevents network request overrides from working sometimes.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.6

    2018년 7월 13일에 출시 - 42.55 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - to prevent confusion, regular expressions (where accepted) must now be entered in the format: /exp/flags
    - expanded the Event Features hook's available features and use more general hooks for stopPropagation et al.
    - show the handler that event-firings will call as part of the "log stack trace" output.
    - don't bother showing actual stack traces for event-firings, since they don't add any value and just clutter the web console.
    - bugfix: expect either a function or an object with a handleEvent function in the Event Listener.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.5

    2018년 7월 7일에 출시 - 44.78 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - split DOM Events into two sections, Event Listener and Event Features (so the latter actually work).
    - add focus, blur, and activeElement hooks to the Event Features section.
    - minor logging improvement for methods; now outputs the "this" object (for example, the node being blurred).

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.4

    2018년 7월 4일에 출시 - 41.9 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - added ability to 'hide' properties or methods to make them appear unsupported (as opposed to 'ignore', which turns them into no-ops).
    - improve Element Creation hook to take cloneNode and importNode into account

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.3

    2018년 7월 3일에 출시 - 44.32 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - change the Element Addition hook into a more general-purpose Element Detection hook, which allows detecting when elements suddenly match the provided CSS selector, or suddenly stop matching it.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.2

    2018년 7월 3일에 출시 - 41.14 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - added a hook to listen for Element Addition to the document by CSS selector (as opposed to Element Creation by node names).
    - bugfix: the DOM Events hook now passes the correct third (options) argument to the functions it is wrapping around.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.1

    2018년 6월 28일에 출시 - 40.77 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동
    - improved network redirections: can now use regex-based search and replace.
    - improved function.bind helper to retain references to the original function and bound arguments.
    - the console API can now control the UA-sniffing hooks.
    - the console API now assumes you mean to enabled hooks by default when updating a hook.
    - a few new hooks added (clearTimeout and related, document.scrollingElement)
    - bugfix: buggy behavior with hooks for non-existent methods and CSS properties fixed.
    - bugfix: the element creation hook now only shows the element types you specified.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.0

    2018년 6월 27일에 출시 - 40.45 KB
    firefox 59.0a1 이상, android 59.0a1 ~ 68.*에서 작동

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

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

부가 기능

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

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

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

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