9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
O que é 9gag Nightmode?
9gag Nightmode é uma extensão do Chrome desenvolvida por fillfey, e sua principal característica é "This extension grants the power of the darkside to your pc-master race rigg!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 9gag Nightmode
Baixe arquivos de extensão 9gag Nightmode 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
The dark side is brought to the PC master race! Never again shall your eyes be harmed by the painful light! NOTE: this is the first version of the extension, more features will be added! if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey
Informações Básicas da Extensão
Nome | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
URL Oficial | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Descrição | This extension grants the power of the darkside to your pc-master race rigg! |
Tamanho do Arquivo | 3.66 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.0 |
Última Atualização | 2016-09-24 |
Data de Publicação | 2016-09-24 |
Classificação | 3.56/5 Total de 9 Avaliações |
Desenvolvedor | fillfey |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Nightmode", "description": "This extension grants the power of the darkside to your pc-master race rigg!", "version": "1.0", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "nightmode.js" ], "matches": [ "http:\/\/9gag.com\/*" ] } ] } |