YouTube Cinema

Expands cinema mode (click ▭) to display in maximal size.

What is YouTube Cinema?

YouTube Cinema is a Chrome extension developed by CheeseFrog, and its main feature is "Expands cinema mode (click ▭) to display in maximal size.".

Extension Screenshots

screenshot
screenshot

Download YouTube Cinema Extension CRX File

Download YouTube Cinema extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        No ads or telemetry.

Please consider donating (https://paypal.me/auyousef).                    

Extension Basic Information

Name YouTube Cinema YouTube Cinema
ID fplholpfmfpnhmppbamcakepnegffmhc
Official URL https://chromewebstore.google.com/detail/youtube-cinema/fplholpfmfpnhmppbamcakepnegffmhc
Description Expands cinema mode (click ▭) to display in maximal size.
File Size 13.16 KB
Installation Count 57
Current Version 1.60
Last Updated 2024-01-14
Publish Date 2022-05-29
Rating 5.00/5 Total 3 Ratings
Developer CheeseFrog
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Cinema",
    "version": "1.60",
    "description": "Expands cinema mode (click \u25ad) to display in maximal size.",
    "icons": {
        "48": "icons\/ico48.png",
        "96": "icons\/ico96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "JS-Styler.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/ico96.png",
        "default_title": "YouTube Cinema",
        "default_popup": "settings\/options.html"
    },
    "options_ui": {
        "page": "settings\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}