White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

Cos'è White Youtube Theater?

White Youtube Theater è un'estensione di Chrome sviluppata da Matty, e la sua funzione principale è "Simply turns the ugly black theater background on youtube videos into a white one.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione White Youtube Theater

Scarica i file di estensione White Youtube Theater 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

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

Informazioni di Base sull'Estensione

Nome White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
URL Ufficiale https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Descrizione Simply turns the ugly black theater background on youtube videos into a white one.
Dimensione del File 11.65 KB
Conteggio Installazioni 29
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-08-12
Data di Pubblicazione 2017-08-11
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Matty
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}