Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
¿Qué es Ethical Product Alternatives?
Ethical Product Alternatives es una extensión de Chrome desarrollada por https://ethicalhq.com, y su función principal es "An ethical alternative product every time you open a new tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ethical Product Alternatives
Descarga archivos de extensión Ethical Product Alternatives 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
Ethical Product Alternatives is a simple browser extension built to help you discover new, more ethical tools focused on privacy every time you open a new tab. There are currently almost 400 curated tools that we recommend, and the list is constantly growing. If you want to suggest new tools, please contact us or fork to the code on Github. Firefox version available here: https://addons.mozilla.org/en-GB/firefox/addon/ethical-product-alternatives/
Información Básica de la Extensión
Nombre | Ethical Product Alternatives |
ID | eabankpaegapghbcmaghhonhlnnagbnl |
URL Oficial | https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl |
Descripción | An ethical alternative product every time you open a new tab. |
Tamaño del Archivo | 42.63 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 1.0.7 |
Última Actualización | 2021-02-12 |
Fecha de Publicación | 2021-01-21 |
Desarrollador | https://ethicalhq.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ethicalhq.com/ |
URL de la Página de Ayuda | https://ethicalhq.com/contact |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "papaparse.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "description": "An ethical alternative product every time you open a new tab.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "ethicalhq.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Ethical Product Alternatives", "permissions": [ "storage" ], "version": "1.0.7" } |