Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Cookie Importer 版本历史 - 10 个版本

Cookie Importer 作者: Neeno

评分 5 / 5
5 / 5 星
5
5
4
0
3
0
2
0
1
0
Cookie Importer 版本历史 - 10 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 2.0.4

    发布于 2026年2月4日 - 265.5 KB
    适用于 firefox 109.0a1 及更高版本
    🚀 Release Notes: Cookie Importer v2.0.4

    ✨ Improvements:
    • Performance: The "Clear Cookies" engine now runs in parallel, significantly speeding up the deletion of large cookie sets.
    • UI Updates: Added loading indicators for heavy operations when clearing cookies to prevent UI freezing.
    • Visual Feedback: Selecting "All Domains" now changes the background and border color of the input area, making it visually distinct so you know exactly when you are working in Global Scope.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 2.0.3

    发布于 2026年2月1日 - 264.8 KB
    适用于 firefox 109.0a1 及更高版本
    1. New Export System (Major Feature)
    • Multi-Format Export: A completely new Export Modal was added. You can now export your current cookies in 6 different formats directly to the clipboard:
    • JSON (Standard)
    • Netscape (Wget / Curl format)
    • Header String (name=value;)
    • Puppeteer (Node.js JSON with expires field)
    • Python Dict (Dictionary format for Requests)
    • CSV (Excel compatible)
    • Logic: Added dedicated generator functions (generatePuppeteer, generatePython, etc.) to handle specific syntax requirements for each format (e.g., escaping single quotes for Python, mapping expirationDate for Puppeteer).

    2. Core Logic Improvements
    • Smarter Domain Detection:
    • Compound TLD Support: The getRootDomain function was updated to better handle domains like .co.uk or .co.jp. It now checks for common Second Level Domains (SLDs) like co, com, org, net, etc., to correctly identify the root.
    • "WWW" Transparency: The saveCookie logic now explicitly handles www. prefixes. It performs a bidirectional check to ensure example.com and www.example.com are treated as related, preventing false "Domain Mismatch" errors.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 2.0.2

    发布于 2026年1月28日 - 261.68 KB
    适用于 firefox 109.0a1 及更高版本
    Changelog

    [2.0.2]

    Fixed
    • Critical Domain Detection Bug: Fixed an issue where creating snapshots or exporting cookies for sites with compound TLDs (e.g., .co.uk, .co.jp, .gov.br) would incorrectly capture all cookies sharing that TLD suffix (e.g., telegraph.co.uk would include google.co.uk). The extension now correctly identifies the root domain for these cases using an improved public suffix heuristic.

    Improved
    • Netscape Export Compatibility: Added the standard #HttpOnly_ prefix to lines in the Netscape export format when a cookie has the HttpOnly flag. This improves compatibility with external tools like curl and wget.
    • Netscape Import Logic: The parser now correctly recognizes and processes the #HttpOnly_ prefix, ensuring these cookies are imported with the correct HttpOnly attribute state.
    • File Formatting: Cleaned up the Netscape export output to remove unnecessary empty lines and added a custom header comment to generated files.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 2.0.1

    发布于 2026年1月3日 - 261.05 KB
    适用于 firefox 109.0a1 及更高版本
    🚀 Release Notes: Cookie Importer v2.0.1

    The "Session Master" Update

    This milestone update rebrands the extension to Cookie Importer Pro. We have expanded beyond simple importing to give you full lifecycle management of your browser sessions with snapshots, protection mechanisms, and advanced editing tools.

    🌟 Headline Features
    • 📸 Session Snapshots (Profiles)
    • Save & Restore: Instantly back up your current browser cookies into a named "Snapshot." Perfect for switching between multiple accounts or saving specific development states.
    • Portable Library: Export your entire snapshot library to the clipboard and import it on another machine.
    • Deep Inspection: View exactly which domains and how many cookies are stored inside a snapshot before restoring it.
    • 🔒 Cookie Locking (Protected Mode)
    • Never lose your login again. You can now "Lock" specific cookies in the Manager Dashboard.
    • Smart Clearing: When you use "Clear All Cookies," locked cookies are skipped and preserved, ensuring you stay logged into critical tools while clearing tracking clutter.
    • ⚡ Advanced Cookie Editor
    • Full Attribute Control: The "Manage Cookies" dashboard now has an Advanced Mode.
    • Edit Flags: Toggle Secure and HttpOnly flags or change SameSite policies (Lax, Strict, None) directly from the UI.
    • Renew Expired: A new one-click tool to resurrect expired cookies by extending their expiration date by 1 year.

    🎨 UI/UX Overhaul
    • Pro Interface: A refreshed header with "Pro" branding and a cleaner, more dense layout.
    • Custom Modals: We have removed all native browser alerts/prompts. All interactions (renaming snapshots, confirming deletions) now use polished, dark-mode compatible custom modals.
    • Quick Actions: New segmented controls for instant JSON or Netscape export directly from the main view.

    🔧 Under the Hood Improvements
    • Snapshot Storage Engine: Built a robust local storage system to handle large snapshot libraries efficiently using chrome.storage.local.
    • Context-Aware Clearing: The "Clear" button now intelligently respects the "All Domains" toggle, clearing either the specific active site or the entire browser storage based on your selection.
    • Performance: Optimized the "Manage" list to render large datasets in batches, significantly reducing lag when viewing 1,000+ cookies.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.7.1

    发布于 2025年12月15日 - 256 KB
    适用于 firefox 109.0a1 及更高版本
    🚀 Release Notes: Cookie Importer v1.7.1

    The "Control Freak" Update

    This major update transforms Cookie Importer from a simple utility into a complete Session Management Suite. We have rebuilt the engine to prioritize safety, visibility, and control.

    🌟 Headline Features
    • 🛡️ Staged Imports (Safety First)
      • No more blind imports. When you paste cookies, the extension now opens a Review Modal.
      • Verify before you commit: See exactly which cookies will be added, their expiration status, and domain conflicts.
      • Filter & Search: Easily find specific keys in large cookie dumps before importing.
    • 🍪 New "Manage Cookies" Dashboard
      • View all active cookies for the current site without opening DevTools.
      • Edit on the fly: Modify cookie values, expiration dates, or Secure/HttpOnly flags directly in the UI.
      • Export Support: Export your current session cookies to JSON or Netscape format for use in other tools (like curl or wget).
    • 🕵️ Incognito & Container Support
      • The extension now intelligently detects Incognito windows and Firefox Multi-Account Containers, ensuring cookies are imported into the correct store ID rather than leaking into the default profile.

    🎨 UI/UX Overhaul
    • Dark Mode: A new, fully custom Dark Mode that respects your system settings or can be toggled manually.
    • Compact Header: A redesigned header to save screen space while adding quick access to settings.
    • Live Activity Log: A collapsible "Log" panel shows real-time success/failure status for every single cookie processed.

    🔧 Under the Hood Improvements
    • Smart Deduplication: Fixed an issue where .example.com (Domain Cookie) and example.com (HostOnly Cookie) were sometimes treated as duplicates. They are now correctly handled as distinct entries.
    • Bidirectional Domain Validation: The import logic now understands subdomains better. Importing cookies for .api.example.com while on example.com is now handled seamlessly.
    • Performance: Refactored parsing logic to handle large files (500+ lines) without freezing the UI.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.1

    发布于 2025年2月18日 - 244.47 KB
    适用于 firefox 109.0a1 及更高版本
    • New UI
    • Increased performance
    • Skips duplicate cookies
    • Added support for cookies with JSON format
    • Identify cookie format in real-time
    • Count cookies
    • Count duplicates
    • Identify number of expired cookies
    • Added shortcut support for ease of use
    • Added ability to Overwrite, Rename, or Skip for similar cookies
    • Support for "All Domains" alongside "Current Domain"
    • Accepts mixed cookies from different domains (when "All Domains" is checked)
    • Added "Renew expires" button to extend expired cookies' time

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6

    发布于 2025年2月17日 - 153.7 KB
    适用于 firefox 109.0a1 及更高版本
    • New UI
    • Increased performance
    • Skips duplicate cookies
    • Added support for cookies with JSON format
    • Identify cookie format in real-time
    • Count cookies
    • Count duplicates
    • Identify number of expired cookies
    • Added shortcut support for ease of use
    • Added ability to Overwrite, Rename, or Skip for similar cookies
    • Support for "All Domains" alongside "Current Domain"
    • Accepts mixed cookies from different domains (when "All Domains" is checked)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.5

    发布于 2025年2月15日 - 148.51 KB
    适用于 firefox 109.0a1 及更高版本
    • Increased performance
    • Removes duplicate cookies
    • Added support for cookies with JSON format

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4

    发布于 2024年12月31日 - 148.11 KB
    适用于 firefox 109.0a1 及更高版本
    - Added a checkbox to auto-reload the page after the process
    - Fixed minor issue with removing cookies
    - Fixed skip adding expired cookies

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3

    发布于 2024年12月28日 - 148.11 KB
    适用于 firefox 109.0a1 及更高版本
    - Added a checkbox to auto-reload the page after the process
    - Fixed minor issue with removing cookies
    - Fixed skip adding expired cookies

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

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

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。