Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

Tinker Tester Developer Spy のバージョン履歴 - 全 16 バージョン

Tinker Tester Developer Spy 作成者: Thomas Wisniewski

5 段階中 4.6 の評価
5 段階中 4.6 の評価
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)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。