Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Apa itu Bigger Theater Mode?

Bigger Theater Mode adalah ekstensi Chrome yang dikembangkan oleh https://ggg.contact, dan fitur utamanya adalah "Increases the size of YouTube's Theater mode.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Bigger Theater Mode

Unduh file ekstensi Bigger Theater Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
URL Resmi https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Deskripsi Increases the size of YouTube's Theater mode.
Ukuran File 16.14 KB
Jumlah Instalasi 885
Versi Saat Ini 0.0.0.8
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2019-11-07
Penilaian 4.30/5 Total 40 Penilaian
Pengembang https://ggg.contact
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}