Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
附加元件圖示

CookieMaster 版本紀錄 - 20 個版本

CookieMaster 作者: Craig Miskell

評價 4.5 分,滿分 5 分
4.5 顆星,滿分 5 顆星
5
16
4
4
3
0
2
1
1
1
CookieMaster 版本紀錄 - 20 個版本
  • 小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。

  • 最新版本

    版本 1.2.3

    發行於 2023年10月4日 - 470.8 KB
    適用於 firefox 59.0 與更新版本
    Boldify the cookie name in logs so it's easier to visually parse

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    必須使用 Firefox 才能使用此擴充套件
    下載 Firefox 並安裝擴充套件
    下載檔案
  • 較舊版本

    版本 1.2.2

    發行於 2023年8月12日 - 470.78 KB
    適用於 firefox 59.0 與更新版本
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.2.1

    發行於 2021年2月25日 - 470.58 KB
    適用於 firefox 59.0 與更新版本
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.2.0

    發行於 2021年2月13日 - 470.59 KB
    適用於 firefox 59.0 與更新版本
    Fixed the third party cookie definition to match the Firefox definition (same base domain => first party, not a simple request vs tab URL check).

    Also adjusted debug logging to report the domains of individual cookies in a request with several cookies (used to report 'undefined')

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.1.5

    發行於 2020年4月18日 - 469.43 KB
    適用於 firefox 59.0 與更新版本
    Re-noting 1.1.4 feature changes, as 1.1.5 is just a bug fix.
    Refactor content script injection to be a script tag rather than an inline eval, and add a CSP header (when necessary) to allow that script tag by SHA sum. Still a little bit race-y, but it is currently when waiting for config to load async, so this isn't substantially worse, and in many cases is likely to be better (i.e. sites with proper CSP).
    Override navigator.cookieEnabled to reflect user settings - https://github.com/craigmiskell/cookiemaster/issues/15
    1.1.5:
    Fixes https://github.com/craigmiskell/cookiemaster/issues/18, where attempts to *delete* a cookie by javascript would fail because of an awful bug in my code.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.1.4

    發行於 2020年4月18日 - 469.16 KB
    適用於 firefox 59.0 與更新版本
    1. Refactor content script injection to be a script tag rather than an inline eval, and add a CSP header (when necessary) to allow that script tag by SHA sum. Still a little bit race-y, but it is currently when waiting for config to load async, so this isn't substantially worse, and in many cases is likely to be better (i.e. sites with proper CSP).
    2. Override navigator.cookieEnabled to reflect user settings - https://github.com/craigmiskell/cookiemaster/issues/15

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.1.3

    發行於 2020年2月7日 - 465.68 KB
    適用於 firefox 59.0 與更新版本
    1. Fix loading of config before trying to use it to do content-script authorisation of javascript cookies. Fixes https://github.com/craigmiskell/cookiemaster/issues/13
    2. Re-add detecting cookie-change events as a last-ditch to deal with CSP blocking content-script injection. Fixes https://github.com/craigmiskell/cookiemaster/issues/12, and necessary to deal with side-effects of fixing issue 13

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.1.2

    發行於 2020年1月25日 - 457.74 KB
    適用於 firefox 59.0 與更新版本
    Fixes a fairly bad misbehavior caused when sites set cookies by javascript and then immediately try to read the value back, due to the 'better' javascript cookie handling added in version 1.1.0. Details on https://github.com/craigmiskell/cookiemaster/issues/11 if you're interested
    .
    Sorry about the inconvenience

    NB: v1.1.1 had some debugging left in inadvertently which would pop up an alert box, which v1.1.2 removes. Again, sorry.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.1.1

    發行於 2020年1月25日 - 457.74 KB
    適用於 firefox 59.0 與更新版本
    Fixes a fairly bad misbehavior caused when sites set cookies by javascript and then immediately try to read the value back, due to the 'better' javascript cookie handling added in version 1.1.0. Details on https://github.com/craigmiskell/cookiemaster/issues/11 if you're interested.

    Sorry about the inconvenience.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.1.0

    發行於 2020年1月23日 - 456.67 KB
    適用於 firefox 59.0 與更新版本
    * Update icons, and badge-like indicators on the main window icon to show if cookies have been blocked or allowed for the current page without opening the popup
    * Better capturing of cookies set by javascript (it was a bit of guess-work before, now it's very reliable)
    * Cookies set/blocked in iframes are now explicitly shown in the popup
    * Backup + restore of configuration now available from settings
    * Added a 'Settings' button in the popup for easier access to the settings page

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.9

    發行於 2019年4月13日 - 343.37 KB
    適用於 firefox 59.0 與更新版本
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.8

    發行於 2019年3月10日 - 343.57 KB
    適用於 firefox 59.0 與更新版本
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.7

    發行於 2019年2月24日 - 339.52 KB
    適用於 firefox 59.0 與更新版本
    Fixed a bug with redirects (particularly noticeable with OAuth and SAML login redirect chains) leading to cookies involved in that process being incorrectly identified as '3rd party' and potentially:
    a) being blocked, and
    b) the popup UI confusingly showing them as 'allowed' but 'blocked'

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.6

    發行於 2019年1月6日 - 339.67 KB
    適用於 firefox 59.0 與更新版本
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.5

    發行於 2018年12月1日 - 334.39 KB
    適用於 firefox 59.0 與更新版本
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.4

    發行於 2018年5月13日 - 334.12 KB
    適用於 firefox 59.0 與更新版本, android 59.0 到 68.*
    Added warnings in the browser action/popup to alert users if their FF cookie settings are incompatible with the CookieMaster settings in ways that might prove surprising.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.3

    發行於 2018年4月14日 - 222.09 KB
    適用於 firefox 42.0 與更新版本, android 48.0 到 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.2

    發行於 2018年3月26日 - 222.09 KB
    適用於 firefox 42.0 與更新版本, android 48.0 到 68.*
    * Use bootstrap.css in the popup, and restyle slightly to look a bit less ugly
    * Remove unnecessary logging on cookie delete
    * Fix a bug in handling of 3rd party cookies that would have meant they were being allowed incorrectly.

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0.1

    發行於 2018年2月15日 - 220.73 KB
    適用於 firefox 42.0 與更新版本, android 48.0 到 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
  • 版本 1.0

    發行於 2018年2月11日 - 498.87 KB
    適用於 firefox 42.0 與更新版本, android 48.0 到 68.*

    原始碼依照 僅 GNU General Public License v3.0 條款釋出

    下載檔案
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。