Auto Theater Mode for Youtube

Auto expands youtube videos.

Cos'è Auto Theater Mode for Youtube?

Auto Theater Mode for Youtube è un'estensione di Chrome sviluppata da Quiet Dev, e la sua funzione principale è "Auto expands youtube videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Theater Mode for Youtube

Scarica i file di estensione Auto Theater Mode for Youtube 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

                        Makes Youtube videos be in theater mode by default.                    

Informazioni di Base sull'Estensione

Nome Auto Theater Mode for Youtube Auto Theater Mode for Youtube
ID faldmgebjochcokggcfifikdenfekkad
URL Ufficiale https://chromewebstore.google.com/detail/auto-theater-mode-for-you/faldmgebjochcokggcfifikdenfekkad
Descrizione Auto expands youtube videos.
Dimensione del File 3.8 KB
Conteggio Installazioni 184
Versione Corrente 1.3.0
Ultimo Aggiornamento 2021-12-24
Data di Pubblicazione 2021-12-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Quiet Dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "Auto Theater Mode for Youtube.png"
    },
    "manifest_version": 3,
    "name": "Auto Theater Mode for Youtube",
    "short_name": "Auto Theater",
    "description": "Auto expands youtube videos.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "version": "1.3.0"
}