Ethicly
Identify companies to boycott while you browse the internet.
¿Qué es Ethicly?
Ethicly es una extensión de Chrome desarrollada por Ethicly, y su función principal es "Identify companies to boycott while you browse the internet.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ethicly
Descarga archivos de extensión Ethicly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Ethicly |
ID | ogkcaaedackbplbpmeempokiibfmekba |
URL Oficial | https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba |
Descripción | Identify companies to boycott while you browse the internet. |
Tamaño del Archivo | 19.52 KB |
Cantidad de Instalaciones | 478 |
Versión Actual | 1.1 |
Última Actualización | 2023-11-15 |
Fecha de Publicación | 2023-11-06 |
Calificación | 4.43/5 Total de 7 Calificaciones |
Desarrollador | Ethicly |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ethicly.info/ |
URL de la Página de Ayuda | https://twitter.com/EthiclyOfficial |
URL de la Página de Política de Privacidad | https://www.ethicly.info/privacy-policy |
Idiomas Soportados | 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" } } |