Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
Wat is Ethical Product Alternatives?
Ethical Product Alternatives is een Chrome-extensie ontwikkeld door https://ethicalhq.com, en de belangrijkste functie is "An ethical alternative product every time you open a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ethical Product Alternatives
Download Ethical Product Alternatives-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Ethical Product Alternatives |
ID | eabankpaegapghbcmaghhonhlnnagbnl |
Officiële URL | https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl |
Beschrijving | An ethical alternative product every time you open a new tab. |
Bestandsgrootte | 42.63 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2021-02-12 |
Publicatiedatum | 2021-01-21 |
Ontwikkelaar | https://ethicalhq.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ethicalhq.com/ |
Help Pagina-URL | https://ethicalhq.com/contact |
Ondersteunde Talen | 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" } |