WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EditThisCookie

EditThisCookie

View on Chrome Web Store
View EditThisCookie Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (11 ratings)
1 new ratings
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies!
Type
Extension
Users
20,000 users
5K
Webapp
View author page of Webapp
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 24, 2025
Version 13.0.4
Manifest version
3
Updated
Updated on June 12, 2025
lifestyle/household
Extension Category
View on Chrome Web Store
View EditThisCookie Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "name": "EditThisCookie",
    "version": "13.0.4",
    "description": "__MSG_editThis_description__",
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "img\/icon_19x19.png",
            "38": "img\/icon_38x38.png"
        },
        "default_title": "EditThisCookie Origin",
        "default_popup": "popup.html"
    },
    "devtools_page": "\/devtools\/devtools-page.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options_main_page.html",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "clipboardWrite",
        "activeTab"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/ssl.google-analytics.com"
    },
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top