By: Marshall
Inspect and view changes in CleanStickyFixed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CleanSticky",
"version": "1.1.0",
"description": "Remove sticky and fixed position elements for a cleaner page layout",
"browser_specific_settings": {
"gecko": {
"id": "{a1334e5a-f8c4-474e-ac07-8f9337430671}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "assets/icon16.png",
"32": "assets/icon32.png",
"48": "assets/icon48.png",
"96": "assets/icon96.png",
"128": "assets/icon128.png"
},
"browser_action": {
"default_popup": "ui/popup.html",
"default_icon": {
"16": "assets/icon16.png",
"32": "assets/icon32.png",
"48": "assets/icon48.png",
"96": "assets/icon96.png",
"128": "assets/icon128.png"
}
},
"background": {
"scripts": [
"bg/background.js"
]
},
"permissions": [
"tabs",
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"sticky_cleaner.js"
],
"run_at": "document_idle"
}
]
} Best CleanStickyFixed Alternatives
Here are some Firefox add-ons that are similar to CleanStickyFixed:
CleanSticky
jubairislam
StickySlayer
jubairislam
Sticky Ducky - clean the fixed elements
Borys Lykah
Anti-Sticky
Justin Ormont
Unstick!
djoslin
AlwaysKillSticky
Said Achmiz
Hide Fixed Elements
Andrew F
BannerKill
Fedorov
Unfixed! - Fixed Elements Remover
Yong Jie
HeaderClear
Fedorov