Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
Cos'è Ethical Product Alternatives?
Ethical Product Alternatives è un'estensione di Chrome sviluppata da https://ethicalhq.com, e la sua funzione principale è "An ethical alternative product every time you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ethical Product Alternatives
Scarica i file di estensione Ethical Product Alternatives in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Ethical Product Alternatives |
ID | eabankpaegapghbcmaghhonhlnnagbnl |
URL Ufficiale | https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl |
Descrizione | An ethical alternative product every time you open a new tab. |
Dimensione del File | 42.63 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2021-02-12 |
Data di Pubblicazione | 2021-01-21 |
Sviluppatore | https://ethicalhq.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ethicalhq.com/ |
URL della Pagina di Aiuto | https://ethicalhq.com/contact |
Lingue Supportate | 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" } |