yttwthmode

Twitch-like theater mode for Youtube livestreams and archives.

Apa itu yttwthmode?

yttwthmode adalah ekstensi Chrome yang dikembangkan oleh maquinas, dan fitur utamanya adalah "Twitch-like theater mode for Youtube livestreams and archives.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi yttwthmode

Unduh file ekstensi yttwthmode 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

                        Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size.

Source available at https://github.com/maquinas07/yttwthmode/                    

Informasi Dasar Ekstensi

Nama yttwthmode yttwthmode
ID ahnanfplkklemnpbjcgheicpcnodmjji
URL Resmi https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji
Deskripsi Twitch-like theater mode for Youtube livestreams and archives.
Ukuran File 44.22 KB
Jumlah Instalasi 140
Versi Saat Ini 1.3.10
Terakhir Diperbarui 2024-01-14
Tanggal Publikasi 2021-03-09
Penilaian 3.86/5 Total 7 Penilaian
Pengembang maquinas
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/maquinas07/yttwthmode
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "yttwthmode",
    "version": "1.3.10",
    "description": "Twitch-like theater mode for Youtube livestreams and archives.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "dist\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "dist\/popup\/popup.html",
        "default_icon": {
            "128": "dist\/img\/logo_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "dist\/img\/logo_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}"
        }
    }
}