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!
Was ist GlowTube - YouTube theme changes with video?
GlowTube - YouTube theme changes with video ist eine Chrome-Erweiterung, die von pawel.misiurski entwickelt wurde, und ihr Hauptmerkmal ist "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".
Erweiterungsscreenshots
GlowTube - YouTube theme changes with video-Erweiterungs-CRX-Datei herunterladen
Laden Sie GlowTube - YouTube theme changes with video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
Offizielle URL | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
Beschreibung | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
Dateigröße | 32.76 KB |
Installationsanzahl | 448 |
Aktuelle Version | 1.2.3.4 |
Letztes Update | 2016-03-12 |
Veröffentlichungsdatum | 2016-03-12 |
Bewertung | 3.75/5 Insgesamt 16 Bewertungen |
Entwickler | pawel.misiurski |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dvlp/GlowTube |
Hilfeseite URL | https://github.com/dvlp/GlowTube |
Unterstützte Sprachen | 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" ] } |