Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
O que é Motherf_ck_ng Purple Lightsaber Plugin?
Motherf_ck_ng Purple Lightsaber Plugin é uma extensão do Chrome desenvolvida por eduardo.u24, e sua principal característica é "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Motherf_ck_ng Purple Lightsaber Plugin
Baixe arquivos de extensão Motherf_ck_ng Purple Lightsaber Plugin 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
Changes the color of the Starwars Youtube to Purple.
Informações Básicas da Extensão
Nome | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
URL Oficial | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
Descrição | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
Tamanho do Arquivo | 3.42 KB |
Contagem de Instalações | 250 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-27 |
Data de Publicação | 2015-11-27 |
Classificação | 2.94/5 Total de 16 Avaliações |
Desenvolvedor | eduardo.u24 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motherf_ck_ng Purple Lightsaber Plugin", "description": "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.", "version": "1.0", "content_scripts": [ { "css": [ "purplelightsaber.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ] } |