BetterTheatre

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

Wat is BetterTheatre?

BetterTheatre is een Chrome-extensie ontwikkeld door Paolo Basso, en de belangrijkste functie is "With this extension you can enjoy a full size theatre mode on youtube.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BetterTheatre

Download BetterTheatre-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
Officiële URL https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Beschrijving With this extension you can enjoy a full size theatre mode on youtube.
Bestandsgrootte 18.82 KB
Aantal Installaties 797
Huidige Versie 1.11.0
Laatst Bijgewerkt 2023-09-05
Publicatiedatum 2018-10-14
Beoordeling 4.55/5 Totaal 33 Beoordelingen
Ontwikkelaar Paolo Basso
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/paolobasso99/BetterTheatre/issues
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}