BetterTheatre

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

Was ist BetterTheatre?

BetterTheatre ist eine Chrome-Erweiterung, die von Paolo Basso entwickelt wurde, und ihr Hauptmerkmal ist "With this extension you can enjoy a full size theatre mode on youtube.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

BetterTheatre-Erweiterungs-CRX-Datei herunterladen

Laden Sie BetterTheatre-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
Offizielle URL https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Beschreibung With this extension you can enjoy a full size theatre mode on youtube.
Dateigröße 18.82 KB
Installationsanzahl 797
Aktuelle Version 1.11.0
Letztes Update 2023-09-05
Veröffentlichungsdatum 2018-10-14
Bewertung 4.55/5 Insgesamt 33 Bewertungen
Entwickler Paolo Basso
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/paolobasso99/BetterTheatre/issues
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}