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!

Vad är GlowTube - YouTube theme changes with video?

GlowTube - YouTube theme changes with video är en Chrome-tillägg utvecklad av pawel.misiurski, och dess huvudfunktion är "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner GlowTube - YouTube theme changes with video-förlängningens CRX-fil

Ladda ner GlowTube - YouTube theme changes with video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GlowTube - YouTube theme changes with video GlowTube - YouTube theme changes with video
ID kcmakmjeejndmolccmgcnpnkkfghjcje
Officiell webbadress https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje
Beskrivning YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!
Filstorlek 32.76 KB
Antal Installationer 448
Aktuell Version 1.2.3.4
Senast Uppdaterad 2016-03-12
Publiceringsdatum 2016-03-12
Betyg 3.75/5 Totalt 16 Betyg
Utvecklare pawel.misiurski
Betalningssätt free
Tilläggswebbplats https://github.com/dvlp/GlowTube
Hjälpsida URL https://github.com/dvlp/GlowTube
Stödda Språk 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"
    ]
}