GlowTube - YouTube theme changes with video

YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!

Cos'è GlowTube - YouTube theme changes with video?

GlowTube - YouTube theme changes with video è un'estensione di Chrome sviluppata da pawel.misiurski, e la sua funzione principale è "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GlowTube - YouTube theme changes with video

Scarica i file di estensione GlowTube - YouTube theme changes with video 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

                        It's like a TV with ambient light behind it but inside YouTube.

After installing watch this video!: https://www.youtube.com/watch?v=z5dfpe_-Lgg                    

Informazioni di Base sull'Estensione

Nome GlowTube - YouTube theme changes with video GlowTube - YouTube theme changes with video
ID kcmakmjeejndmolccmgcnpnkkfghjcje
URL Ufficiale https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje
Descrizione YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!
Dimensione del File 32.76 KB
Conteggio Installazioni 448
Versione Corrente 1.2.3.4
Ultimo Aggiornamento 2016-03-12
Data di Pubblicazione 2016-03-12
Valutazione 3.75/5 Totale 16 Valutazioni
Sviluppatore pawel.misiurski
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dvlp/GlowTube
URL della Pagina di Aiuto https://github.com/dvlp/GlowTube
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlowTube - YouTube theme changes with video",
    "version": "1.2.3.4",
    "manifest_version": 2,
    "description": "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!",
    "homepage_url": "https:\/\/github.com\/DVLP\/GlowTube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "pages": [
            "src\/bg\/background.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/youtube.com\/*",
        "http:\/\/youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}