v1.0.1 is Live 🚀

Take Control of Your Cookies with iCookie

A beautifully designed, highly secure, fully offline cookie manager for Chrome and Firefox. No ads, no analytics, no compromises.

chrome-extension://icookie...
iCookie

Engineered for Power Users

Everything you need to manage browser cookies intuitively.

🔍

Deep Inspection

View properties, values, and flags for every cookie. Advanced search and filtering tools make locating specific data instantaneous.

✍️

Quick Edit & Add

Seamlessly edit existing cookies or craft new ones with our intuitive forms. All cookie flags (Secure, HttpOnly, SameSite) fully supported.

🔄

Smart Import/Export

Migrate data effortlessly. Paste any payload and iCookie automatically detects the format (JSON, Header string, or Netscape).

Zero Tracking.
Strictly Offline.

Your data matters. iCookie was built specifically to counter invasive editors that track your usage or hijack data. We've removed Google Analytics, tracking scripts, and external network calls.

  • No data collection
  • 100% offline functionality
  • Open source transparency
  • Secure coding practices
🛡️

Quick Documentation

How to Install iCookie

Google Chrome / Edge

  1. Download or clone the repository to your machine.
  2. Open your browser and navigate to chrome://extensions/
  3. Enable Developer mode (top right toggle).
  4. Click Load unpacked and select the iCookie Chrome folder.

Mozilla Firefox

  1. Download or clone the repository to your machine.
  2. Open Firefox and navigate to about:debugging#/runtime/this-firefox
  3. Click Load Temporary Add-on...
  4. Select the manifest.json file inside the iCookie Firefox folder.

Smart Auto-Detect Imports

iCookie automatically determines the format of pasted text. You can paste:

  • JSON Array: Standard JSON arrays containing cookie object properties.
  • Raw HTTP Headers: Native header strings like Cookie: name1=val1; name2=val2
  • Netscape Text: Standard formatting from cURL or older browsers.

Export Options

When selecting 'Export', you can toggle between available modes instantly:

  • JSON: Best for backing up and portability across extensions.
  • Header: Easy to copy directly into API clients like Postman or Insomnia.
  • Netscape: Best for utilization with command line tools like curl/wget.