Cookie Inspector
View and edit cookies for the current site.
dev
PlugThis prompt
Build a Chrome extension called "Cookie Inspector" — a popup that lists all cookies for the current tab's origin via chrome.cookies. Each row shows name, value, domain, path, expires, httpOnly, secure, sameSite. Inline edit, delete, and add new cookies. Bulk export as JSON, import from JSON, and a one-click "clear all for this site". Search/filter by name. Permissions: cookies, activeTab, storage. Host permissions: <all_urls>. Manifest V3.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.