Inspect and view changes in CookieDough source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "CookieDough",
"version": "1.20",
"description": "Removes cookie banner. It just hides them, it doesn't accept or rejects the cookies.",
"icons": {
"48": "icons/border-48.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"cookieDough.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{896b36b6-8fd7-4969-a89d-75c72916ad0d}"
}
}
}