BetterTheatre

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

Co to jest BetterTheatre?

BetterTheatre to rozszerzenie Chrome opracowane przez Paolo Basso, a jego główną funkcją jest „With this extension you can enjoy a full size theatre mode on youtube.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia BetterTheatre

Pobierz pliki rozszerzeń BetterTheatre w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
Oficjalny URL https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Opis With this extension you can enjoy a full size theatre mode on youtube.
Rozmiar pliku 18.82 KB
Liczba instalacji 797
Aktualna Wersja 1.11.0
Ostatnia Aktualizacja 2023-09-05
Data Publikacji 2018-10-14
Ocena 4.55/5 Łącznie 33 Oceny
Deweloper Paolo Basso
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/paolobasso99/BetterTheatre/issues
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}