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!
O que é GlowTube - YouTube theme changes with video?
GlowTube - YouTube theme changes with video é uma extensão do Chrome desenvolvida por pawel.misiurski, e sua principal característica é "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GlowTube - YouTube theme changes with video
Baixe arquivos de extensão GlowTube - YouTube theme changes with video no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | kcmakmjeejndmolccmgcnpnkkfghjcje |
URL Oficial | https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje |
Descrição | YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy! |
Tamanho do Arquivo | 32.76 KB |
Contagem de Instalações | 448 |
Versão Atual | 1.2.3.4 |
Última Atualização | 2016-03-12 |
Data de Publicação | 2016-03-12 |
Classificação | 3.75/5 Total de 16 Avaliações |
Desenvolvedor | pawel.misiurski |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/dvlp/GlowTube |
URL da Página de Ajuda | https://github.com/dvlp/GlowTube |
Idiomas Suportados | 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" ] } |