BetterTheatre

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

Hvad er BetterTheatre?

BetterTheatre er en Chrome-udvidelse udviklet af Paolo Basso, og dens hovedfunktion er "With this extension you can enjoy a full size theatre mode on youtube.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download BetterTheatre-udvidelses-CRX-fil

Download BetterTheatre-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
Officiel URL https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Beskrivelse With this extension you can enjoy a full size theatre mode on youtube.
Filstørrelse 18.82 KB
Antal Installationer 797
Nuværende Version 1.11.0
Senest Opdateret 2023-09-05
Udgivelsesdato 2018-10-14
Bedømmelse 4.55/5 Samlet 33 Bedømmelser
Udvikler Paolo Basso
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/paolobasso99/BetterTheatre/issues
Understøttede Sprog 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\/*"
            ]
        }
    ]
}