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!
¿Qué es GlowTube - YouTube theme changes with video?
GlowTube - YouTube theme changes with video es una extensión de Chrome desarrollada por pawel.misiurski, y su función principal es "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GlowTube - YouTube theme changes with video
Descarga archivos de extensión GlowTube - YouTube theme changes with video en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
URL Oficial | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
Descripción | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
Tamaño del Archivo | 32.76 KB |
Cantidad de Instalaciones | 448 |
Versión Actual | 1.2.3.4 |
Última Actualización | 2016-03-12 |
Fecha de Publicación | 2016-03-12 |
Calificación | 3.75/5 Total de 16 Calificaciones |
Desarrollador | pawel.misiurski |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dvlp/GlowTube |
URL de la Página de Ayuda | https://github.com/dvlp/GlowTube |
Idiomas Soportados | 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" ] } |