Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Co to jest Bigger Theater Mode?

Bigger Theater Mode to rozszerzenie Chrome opracowane przez https://ggg.contact, a jego główną funkcją jest „Increases the size of YouTube's Theater mode.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Bigger Theater Mode

Pobierz pliki rozszerzeń Bigger Theater Mode 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

                        Do you want YouTube™ videos to show up bigger, but still be able to see other useful information on your desktop? Are you tired of how useless Theater Mode currently is? Do you want to focus on the video your currently watching instead of being distracted by what's "recommended?"

Then, you should try this extension! With this small CSS tweak, your videos will be larger and easier to view in the browser. 

Happy viewing!                    

Podstawowe informacje o rozszerzeniu

Nazwa Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Oficjalny URL https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Opis Increases the size of YouTube's Theater mode.
Rozmiar pliku 16.14 KB
Liczba instalacji 885
Aktualna Wersja 0.0.0.8
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2019-11-07
Ocena 4.30/5 Łącznie 40 Oceny
Deweloper https://ggg.contact
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigger Theater Mode",
    "version": "0.0.0.8",
    "description": "Increases the size of YouTube's Theater mode.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "BiggerTheaterMode.css"
            ]
        }
    ],
    "manifest_version": 3
}