Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "EditThisCookie",
"version": "2025.10.28",
"description": "EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies!",
"icons": {
"16": "img\/icon_16x16.png",
"48": "img\/icon_48x48.png",
"128": "img\/icon_128x128.png"
},
"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",
"contextMenus",
"storage",
"notifications",
"clipboardWrite"
],
"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"
}