Skip to content

ankit2web/cookie-editor-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookie Editor Chrome Extension

A lightweight Chrome Extension (Manifest V3) for viewing, editing, creating, and deleting cookies for the current active tab's domain.

Features

  • View cookies for the current tab host context (across all cookie paths, excluding deeper subdomains)
  • Edit cookie name, value, and path
  • Create new cookies (including empty-value cookies)
  • Delete existing cookies
  • Filter cookies by name, value, path, or domain with instant search
  • Delete all currently listed cookies with one confirmation flow
  • Refresh cookie list on demand

Installation (Developer Mode)

  1. Open Chrome and navigate to chrome://extensions.
  2. Enable Developer mode.
  3. Click Load unpacked.
  4. Select this repository folder.
  5. Click the extension icon and open Cookie Editor.

Notes

  • This extension works on http:// and https:// tabs.
  • Cookie behavior still follows browser security rules (e.g. host/path restrictions, secure contexts).
  • Cookies are read/written in the active tab's cookie store to support regular and incognito windows separately.

About

Lightweight Chrome Extension MV3 for viewing, editing, creating, and deleting cookies for the current active tab's domain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors