BetterTheatre

With this extension you can enjoy a full size theatre mode on youtube.

Co je BetterTheatre?

BetterTheatre je rozšíření Chrome vyvinuté Paolo Basso, a jeho hlavní funkcí je „With this extension you can enjoy a full size theatre mode on youtube.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BetterTheatre

Stáhněte si soubory rozšíření BetterTheatre ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.                    

Základní Informace o Rozšíření

Název BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
Oficiální URL https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Popis With this extension you can enjoy a full size theatre mode on youtube.
Velikost souboru 18.82 KB
Počet instalací 797
Aktuální Verze 1.11.0
Poslední Aktualizace 2023-09-05
Datum Vydání 2018-10-14
Hodnocení 4.55/5 Celkem 33 Hodnocení
Vývojář Paolo Basso
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/paolobasso99/BetterTheatre/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterTheatre",
    "description": "With this extension you can enjoy a full size theatre mode on youtube.",
    "version": "1.11.0",
    "author": "Paolo Basso",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/BetterTheatre.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/BT_icon16.png",
        "48": "assets\/BT_icon48.png",
        "128": "assets\/BT_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/BetterTheatre.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}