By: 13dagger
Inspect and view changes in Cinemode (discontinued) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Cinemode",
"version": "1.0.2",
"description": "Turn on cinema mode on any webpage with video.",
"icons": {
"48": "icons/cinemode48.png"
},
"browser_action": {
"default_icon": {
"48": "icons/cinemode48.png"
}
},
"background": {
"scripts": [
"cinemode-background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"Cinemode.js",
"cinemode-content.js"
],
"css": [
"cinemode.css"
]
}
],
"permissions": [
"activeTab"
]
} Best Cinemode (discontinued) Alternatives
Here are some Firefox add-ons that are similar to Cinemode (discontinued):