Tiện ích trình duyệt Firefox
  • Tiện ích mở rộng
  • Chủ đề
    • cho Firefox
    • Từ điển & gói ngôn ngữ
    • Các trang web trình duyệt khác
    • Tiện ích cho Android
Đăng nhập
Biểu tượng tiện ích

Lịch sử phiên bản CookieMaster - 20 phiên bản

CookieMaster bởi Craig Miskell

Xếp hạng 4,5 trong số 5
4,5 sao trên 5
5
16
4
4
3
0
2
1
1
1
Lịch sử phiên bản CookieMaster - 20 phiên bản
  • Hãy cẩn thận với các phiên bản cũ! Các phiên bản này được hiển thị cho mục đích thử nghiệm và tham khảo.Bạn luôn luôn phải sử dụng phiên bản mới nhất của một tiện ích.

  • Phiên bản mới nhất

    Phiên bản 1.2.3

    Đã phát hành 4 Thg 10 2023 - 470,8 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Boldify the cookie name in logs so it's easier to visually parse

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Bạn sẽ cần Firefox để sử dụng tiện ích mở rộng này
    Tải xuống Firefox và tải tiện ích mở rộng
    Tải xuống tập tin
  • Phiên bản cũ hơn

    Phiên bản 1.2.2

    Đã phát hành 12 Thg 08 2023 - 470,78 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.2.1

    Đã phát hành 25 Thg 02 2021 - 470,58 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.2.0

    Đã phát hành 13 Thg 02 2021 - 470,59 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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')

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.1.5

    Đã phát hành 18 Thg 04 2020 - 469,43 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.1.4

    Đã phát hành 18 Thg 04 2020 - 469,16 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.1.3

    Đã phát hành 7 Thg 02 2020 - 465,68 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.1.2

    Đã phát hành 25 Thg 01 2020 - 457,74 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.1.1

    Đã phát hành 25 Thg 01 2020 - 457,74 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.1.0

    Đã phát hành 23 Thg 01 2020 - 456,67 KB
    Hoạt động với firefox 59.0 và lớn hơn
    * 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

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.9

    Đã phát hành 13 Thg 04 2019 - 343,37 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.8

    Đã phát hành 10 Thg 03 2019 - 343,57 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.7

    Đã phát hành 24 Thg 02 2019 - 339,52 KB
    Hoạt động với firefox 59.0 và lớn hơn
    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'

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.6

    Đã phát hành 6 Thg 01 2019 - 339,67 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.5

    Đã phát hành 1 Thg 12 2018 - 334,39 KB
    Hoạt động với firefox 59.0 và lớn hơn
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.4

    Đã phát hành 13 Thg 05 2018 - 334,12 KB
    Hoạt động với firefox 59.0 và lớn hơn, android 59.0 đến 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.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.3

    Đã phát hành 14 Thg 04 2018 - 222,09 KB
    Hoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.2

    Đã phát hành 26 Thg 03 2018 - 222,09 KB
    Hoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 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.

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0.1

    Đã phát hành 15 Thg 02 2018 - 220,73 KB
    Hoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
  • Phiên bản 1.0

    Đã phát hành 11 Thg 02 2018 - 498,87 KB
    Hoạt động với firefox 42.0 và lớn hơn, android 48.0 đến 68.*

    Mã nguồn được phát hành dưới dạng GNU General Public License v3.0 only

    Tải xuống tập tin
Đi đến trang chủ Mozilla

Tiện ích

  • Giới thiệu
  • Blog tiện ích Firefox
  • Extension Workshop
  • Trung tâm nhà phát triển
  • Chính sách nhà phát triển
  • Blog cộng đồng
  • Diễn đàn
  • Báo cáo một lỗi
  • Hướng dẫn đánh giá

Trình duyệt

  • Desktop
  • Mobile
  • Enterprise

Sản phẩm

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Riêng tư
  • Cookie
  • Pháp lý

Trừ trường hợp khác đã ghi chú, nội dung trên trang này được cấp phép theo giấy phép Creative Commons Attribution Share-Alike v3.0 hoặc bất kỳ phiên bản nào sau này.