Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Vad är Bigger Theater Mode?

Bigger Theater Mode är en Chrome-tillägg utvecklad av https://ggg.contact, och dess huvudfunktion är "Increases the size of YouTube's Theater mode.".

Tilläggsskärmbilder

Ladda ner Bigger Theater Mode-förlängningens CRX-fil

Ladda ner Bigger Theater 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

                        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!                    

Grundläggande Information om Tillägg

Namn Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
Officiell webbadress https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Beskrivning Increases the size of YouTube's Theater mode.
Filstorlek 16.14 KB
Antal Installationer 885
Aktuell Version 0.0.0.8
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2019-11-07
Betyg 4.30/5 Totalt 40 Betyg
Utvecklare https://ggg.contact
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}