By: sopadtortilla
Inspect and view changes in Floating Fullscreen Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Fullscreen Toggle Button",
"version": "1.0",
"description": "Adds a floating button to toggle fullscreen mode with a double-tap.",
"permissions": [
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"options_ui": {
"page": "options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "fullscreen-button@example.com"
}
}
} Best Floating Fullscreen Toggle Alternatives
Here are some Firefox add-ons that are similar to Floating Fullscreen Toggle:
Fullscreen Toggle Button
Mwitch
Drag-able Full-Screen Button
Ohohyugioh
Toggle Fullscreen Button
Deniz
Toggle Fullscreen
Francesco De Stefano
Mobile Fullscreen Overlay
Fadhil JT
Automatic Fullscreen
gundersen.f
Scroll Buttons
ok8386supply
HubSpot Design Manager Fullscreen Button
MLnghinguyenphuc
Firestore fullscreen
clementlize
Quick Tabs
bitbot