Full Window YouTube

Resize YouTube videos to fill the entire browser window.

Cos'è Full Window YouTube?

Full Window YouTube è un'estensione di Chrome sviluppata da robbyking, e la sua funzione principale è "Resize YouTube videos to fill the entire browser window. ".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Full Window YouTube

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

                        Resize YouTube videos to fill the entire browser window.                    

Informazioni di Base sull'Estensione

Nome Full Window YouTube Full Window YouTube
ID ljoihobokkeeobaplgebomjknmchpace
URL Ufficiale https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace
Descrizione Resize YouTube videos to fill the entire browser window.
Dimensione del File 22.78 KB
Conteggio Installazioni 1,188
Versione Corrente 0.1
Ultimo Aggiornamento 2017-03-02
Data di Pubblicazione 2017-03-02
Valutazione 4.08/5 Totale 13 Valutazioni
Sviluppatore robbyking
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Window YouTube",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}