Better YouTube Theatre Mode

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

Hvad er Better YouTube Theatre Mode?

Better YouTube Theatre Mode er en Chrome-udvidelse udviklet af SimenMH, og dens hovedfunktion er "Improves YouTube's theatre mode by making use of all of the available height".

Udvidelsesskærmbilleder

screenshot

Download Better YouTube Theatre Mode-udvidelses-CRX-fil

Download Better YouTube Theatre Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
Officiel URL https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Beskrivelse Improves YouTube's theatre mode by making use of all of the available height
Filstørrelse 5.31 KB
Antal Installationer 844
Nuværende Version 1.0.6
Senest Opdateret 2023-11-09
Udgivelsesdato 2022-05-11
Bedømmelse 4.53/5 Samlet 15 Bedømmelser
Udvikler SimenMH
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/SimenMH/better-youtube-theatre-mode
Understøttede Sprog 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"
        }
    ]
}