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!
Wat is GlowTube - YouTube theme changes with video?
GlowTube - YouTube theme changes with video is een Chrome-extensie ontwikkeld door pawel.misiurski, en de belangrijkste functie is "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".
Extensie Screenshots
Download het CRX-bestand van de extensie GlowTube - YouTube theme changes with video
Download GlowTube - YouTube theme changes with video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
Officiële URL | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
Beschrijving | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
Bestandsgrootte | 32.76 KB |
Aantal Installaties | 448 |
Huidige Versie | 1.2.3.4 |
Laatst Bijgewerkt | 2016-03-12 |
Publicatiedatum | 2016-03-12 |
Beoordeling | 3.75/5 Totaal 16 Beoordelingen |
Ontwikkelaar | pawel.misiurski |
Betalingswijze | free |
Extensiewebsite | https://github.com/dvlp/GlowTube |
Help Pagina-URL | https://github.com/dvlp/GlowTube |
Ondersteunde Talen | 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" ] } |