By: jhony sar
Inspect and view changes in Fullscreen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Fullscreen extension.",
"manifest_version": 2,
"name": "Fullscreen",
"version": "0.3.1",
"permissions": [
"activeTab"
],
"homepage_url": "https://example.com/",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"512": "icon.png"
},
"browser_action": {
"default_title": "Fullscreen this page"
},
"commands": {
"toggle-fullscreen": {
"suggested_key": {
"default": "Ctrl+Shift+O",
"mac": "Command+Shift+O"
},
"description": "Toggle fullscreen on this page"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{6b7cd1f6-7e45-40ed-94ca-eb4770dea306}"
}
}
} Best Fullscreen Alternatives
Here are some Firefox add-ons that are similar to Fullscreen: