Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

Cos'è Responsive YouTube?

Responsive YouTube è un'estensione di Chrome sviluppata da Blaise Kal, e la sua funzione principale è "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

Scarica il file CRX dell'estensione Responsive YouTube

Scarica i file di estensione Responsive 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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

Informazioni di Base sull'Estensione

Nome Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
URL Ufficiale https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
Descrizione Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Dimensione del File 6.43 KB
Conteggio Installazioni 10
Versione Corrente 1.3.1
Ultimo Aggiornamento 2018-02-23
Data di Pubblicazione 2018-02-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Blaise Kal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}