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!
Co je GlowTube - YouTube theme changes with video?
GlowTube - YouTube theme changes with video je rozšíření Chrome vyvinuté pawel.misiurski, a jeho hlavní funkcí je „YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GlowTube - YouTube theme changes with video
Stáhněte si soubory rozšíření GlowTube - YouTube theme changes with video ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
Oficiální URL | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
Popis | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
Velikost souboru | 32.76 KB |
Počet instalací | 448 |
Aktuální Verze | 1.2.3.4 |
Poslední Aktualizace | 2016-03-12 |
Datum Vydání | 2016-03-12 |
Hodnocení | 3.75/5 Celkem 16 Hodnocení |
Vývojář | pawel.misiurski |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dvlp/GlowTube |
URL Stránky Nápovědy | https://github.com/dvlp/GlowTube |
Podporované Jazyky | 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" ] } |