Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Cookie Editor",
"name": "Cookie Editor",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
}
},
"manifest_version": 3,
"version": "1.0.2.4",
"default_locale": "en",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"cookies",
"sidePanel",
"tabs"
],
"optional_permissions": [
"browsingData",
"contextMenus"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/wetab.org\/*"
],
"js": [
"libs\/ads.bundle.js"
],
"run_at": "document_start"
},
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"libs\/content.bundle.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"svg\/*",
"static\/*",
"pages\/*",
"gifs\/*",
"fonts\/*",
"scripts\/*",
"css\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
},
"background": {
"service_worker": "libs\/background.bundle.js"
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/127.0.0.1\/*",
"https:\/\/cookieeditor.org\/*"
]
}
}