Ethicly
Identify companies to boycott while you browse the internet.
O que é Ethicly?
Ethicly é uma extensão do Chrome desenvolvida por Ethicly, e sua principal característica é "Identify companies to boycott while you browse the internet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ethicly
Baixe arquivos de extensão Ethicly 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
Collective economic pressure = Real change | A chrome extension that lets you know what companies to boycott and why We use verified data from credible sources to determine which companies need to be boycotted. When you visit the website of a company that needs to be boycotted, our extension shows you a popup that this company needs to be boycotted
Informações Básicas da Extensão
Nome | Ethicly |
ID | ogkcaaedackbplbpmeempokiibfmekba |
URL Oficial | https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba |
Descrição | Identify companies to boycott while you browse the internet. |
Tamanho do Arquivo | 19.52 KB |
Contagem de Instalações | 478 |
Versão Atual | 1.1 |
Última Atualização | 2023-11-15 |
Data de Publicação | 2023-11-06 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | Ethicly |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ethicly.info/ |
URL da Página de Ajuda | https://twitter.com/EthiclyOfficial |
URL da Página de Política de Privacidade | https://www.ethicly.info/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethicly", "description": "Identify companies to boycott while you browse the internet.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "webNavigation", "storage", "alarms" ], "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |