Inspect and view changes in Who cares about cookies 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": "Who cares about cookies",
"version": "0.6.2",
"description": "Automatically detects cookie consent banners on websites and removes them",
"icons": {
"48": "icon-48.png",
"96": "icon-96.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"who-cares-about-cookies.js"
]
}
]
}