Better YouTube Theatre Mode

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

Vad är Better YouTube Theatre Mode?

Better YouTube Theatre Mode är en Chrome-tillägg utvecklad av SimenMH, och dess huvudfunktion är "Improves YouTube's theatre mode by making use of all of the available height".

Tilläggsskärmbilder

screenshot

Ladda ner Better YouTube Theatre Mode-förlängningens CRX-fil

Ladda ner Better YouTube Theatre Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
Officiell webbadress https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Beskrivning Improves YouTube's theatre mode by making use of all of the available height
Filstorlek 5.31 KB
Antal Installationer 844
Aktuell Version 1.0.6
Senast Uppdaterad 2023-11-09
Publiceringsdatum 2022-05-11
Betyg 4.53/5 Totalt 15 Betyg
Utvecklare SimenMH
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/SimenMH/better-youtube-theatre-mode
Stödda Språk 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"
        }
    ]
}