By: Mwitch
Inspect and view changes in Fullscreen Toggle Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Fullscreen Toggle",
"version": "1.1",
"description": "Adds a button to toggle fullscreen mode.",
"permissions": [
"activeTab",
"storage"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"css": [
"style.css"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Fullscreen Button Settings",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{bd2c2d81-9ce5-4620-b13a-775741b65682}"
}
}
} Best Fullscreen Toggle Button Alternatives
Here are some Firefox add-ons that are similar to Fullscreen Toggle Button:
Floating Fullscreen Toggle
sopadtortilla
Toggle Fullscreen Button
Deniz
Toggle Fullscreen
Francesco De Stefano
Mobile Fullscreen Overlay
Fadhil JT
Scroll Buttons
ok8386supply
Automatic Fullscreen
gundersen.f
Drag-able Full-Screen Button
Ohohyugioh
HubSpot Design Manager Fullscreen Button
MLnghinguyenphuc
Fullscreen HubSpot DM
Axel Viau