Better YouTube Theatre Mode

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

Apa itu Better YouTube Theatre Mode?

Better YouTube Theatre Mode adalah ekstensi Chrome yang dikembangkan oleh SimenMH, dan fitur utamanya adalah "Improves YouTube's theatre mode by making use of all of the available height".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Better YouTube Theatre Mode

Unduh file ekstensi Better YouTube Theatre 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

                        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                    

Informasi Dasar Ekstensi

Nama Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
URL Resmi https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Deskripsi Improves YouTube's theatre mode by making use of all of the available height
Ukuran File 5.31 KB
Jumlah Instalasi 844
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2023-11-09
Tanggal Publikasi 2022-05-11
Penilaian 4.53/5 Total 15 Penilaian
Pengembang SimenMH
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/SimenMH/better-youtube-theatre-mode
Bahasa yang Didukung 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"
        }
    ]
}