By: Marshall
Inspect and view changes in StopBanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "NoBanner",
"version": "1.2.0",
"description": "One click to remove all fixed banners, cookie bars and sticky headers",
"browser_specific_settings": {
"gecko": {
"id": "{a4e9d3dd-9eb4-4622-92aa-21407a99c111}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/ico16.png",
"32": "icons/ico32.png",
"48": "icons/ico48.png",
"96": "icons/ico96.png",
"128": "icons/ico128.png"
},
"browser_action": {
"default_popup": "gui/main.html",
"default_icon": {
"16": "icons/ico16.png",
"32": "icons/ico32.png",
"48": "icons/ico48.png",
"96": "icons/ico96.png",
"128": "icons/ico128.png"
}
},
"background": {
"scripts": [
"core/bg.js"
]
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"sticky_cleaner.js"
],
"run_at": "document_idle"
}
]
} Best StopBanner Alternatives
Here are some Firefox add-ons that are similar to StopBanner: