By: Nguyễn Văn Trình
Inspect and view changes in Image Toggle - Hide/Show Images source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Image Toggle - Hide/Show Images",
"short_name": "Image Toggle",
"version": "1.0.1",
"description": "Toggle image visibility on web pages to save bandwidth and improve page loading speed.",
"applications": {
"gecko": {
"id": "image-toggle@trinhnv1205.github.io",
"strict_min_version": "58.0"
}
},
"permissions": [
"storage",
"activeTab",
"tabs",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"background": {
"scripts": [
"background/background.js"
],
"persistent": true
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"run_at": "document_start"
}
]
} Best Image Toggle - Hide/Show Images Alternatives
Here are some Firefox add-ons that are similar to Image Toggle - Hide/Show Images:
Image Visibility Toggle
NEW8869
Image Toggle
Tipclub Ae
Image Toggle v2
FA88
Image Visibility Toggle v3
JUN88
Hide Images Toggle
topicaasia
Image Toggler
tx388space
Toggle Images
Matey
Toggle Images
Matey
Image Switch
Vaxo
Image Switcher
Developer
Images Hide
OmarDev
Image Blur Toggle
Hi Lam