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!
What is GlowTube - YouTube theme changes with video?
GlowTube - YouTube theme changes with video is a Chrome extension developed by pawel.misiurski, and its main feature is "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".
Extension Screenshots
Download GlowTube - YouTube theme changes with video Extension CRX File
Download GlowTube - YouTube theme changes with video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
Official URL | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
Description | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
File Size | 32.76 KB |
Installation Count | 448 |
Current Version | 1.2.3.4 |
Last Updated | 2016-03-12 |
Publish Date | 2016-03-12 |
Rating | 3.75/5 Total 16 Ratings |
Developer | pawel.misiurski |
Payment Type | free |
Extension Website | https://github.com/dvlp/GlowTube |
Help Page URL | https://github.com/dvlp/GlowTube |
Supported Languages | 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" ] } |