yttwthmode

Twitch-like theater mode for Youtube livestreams and archives.

Cos'è yttwthmode?

yttwthmode è un'estensione di Chrome sviluppata da maquinas, e la sua funzione principale è "Twitch-like theater mode for Youtube livestreams and archives.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione yttwthmode

Scarica i file di estensione yttwthmode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome yttwthmode yttwthmode
ID ahnanfplkklemnpbjcgheicpcnodmjji
URL Ufficiale https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji
Descrizione Twitch-like theater mode for Youtube livestreams and archives.
Dimensione del File 44.22 KB
Conteggio Installazioni 140
Versione Corrente 1.3.10
Ultimo Aggiornamento 2024-01-14
Data di Pubblicazione 2021-03-09
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore maquinas
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/maquinas07/yttwthmode
Lingue Supportate 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}"
        }
    }
}