Better YouTube Theatre Mode

Improves YouTube's theatre mode by making use of all of the available height

Co to jest Better YouTube Theatre Mode?

Better YouTube Theatre Mode to rozszerzenie Chrome opracowane przez SimenMH, a jego główną funkcją jest „Improves YouTube's theatre mode by making use of all of the available height”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better YouTube Theatre Mode

Pobierz pliki rozszerzeń Better YouTube Theatre 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

                        How it works:
-Adds a very simple change that forces theatre mode to expand vertically

Enjoy a better viewing experience.


Source: https://github.com/SimenMH/better-youtube-theatre-mode                    

Podstawowe informacje o rozszerzeniu

Nazwa Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
Oficjalny URL https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Opis Improves YouTube's theatre mode by making use of all of the available height
Rozmiar pliku 5.31 KB
Liczba instalacji 844
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-11-09
Data Publikacji 2022-05-11
Ocena 4.53/5 Łącznie 15 Oceny
Deweloper SimenMH
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/SimenMH/better-youtube-theatre-mode
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Theatre Mode",
    "version": "1.0.6",
    "description": "Improves YouTube's theatre mode by making use of all of the available height",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "byttm.css"
            ],
            "run_at": "document_end"
        }
    ]
}