Darklight- Brainly
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…
O que é Darklight- Brainly?
Darklight- Brainly é uma extensão do Chrome desenvolvida por Darian Amin, e sua principal característica é "This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Darklight- Brainly
Baixe arquivos de extensão Darklight- Brainly 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
This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension works best with Brainly.com, we have now enabled the extension to work on all Brainly markets. Please be aware that some features may not transfer over into other markets.
Informações Básicas da Extensão
Nome | |
ID | ancdjjpkdogafpanohcfllbdmnbedhab |
URL Oficial | https://chrome.google.com/webstore/detail/darklight-brainly/ancdjjpkdogafpanohcfllbdmnbedhab |
Descrição | This is a fast and simple dark-mode addition to brainly.com. Just install and use. Version 2 Updates: Although the extension… |
Tamanho do Arquivo | 418 KB |
Contagem de Instalações | 124 |
Versão Atual | 2.3 |
Última Atualização | 2022-02-15 |
Data de Publicação | 2021-02-08 |
Classificação | 3.80/5 Total de 10 Avaliações |
Desenvolvedor | Darian Amin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://darklight.darianamin.me/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darklight- Brainly", "version": "2.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/brainly.com\/*", "*:\/\/brainly.in\/*", "*:\/\/brainly.lat\/*", "*:\/\/brainly.ph\/*", "*:\/\/brainly.co.id\/*", "*:\/\/nosdevoirs.fr\/*", "*:\/\/brainly.pl\/*", "*:\/\/eodev.coom\/*", "*:\/\/brainly.ro\/*", "*:\/\/Znanija.com\/*" ], "css": [ "style.css" ] } ], "browser_action": { "default_title": "Darklight- Brainly", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |