Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
Hvad er Ethical Product Alternatives?
Ethical Product Alternatives er en Chrome-udvidelse udviklet af https://ethicalhq.com, og dens hovedfunktion er "An ethical alternative product every time you open a new tab.".
Udvidelsesskærmbilleder
Download Ethical Product Alternatives-udvidelses-CRX-fil
Download Ethical Product Alternatives-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | Ethical Product Alternatives |
ID | eabankpaegapghbcmaghhonhlnnagbnl |
Officiel URL | https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl |
Beskrivelse | An ethical alternative product every time you open a new tab. |
Filstørrelse | 42.63 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0.7 |
Senest Opdateret | 2021-02-12 |
Udgivelsesdato | 2021-01-21 |
Udvikler | https://ethicalhq.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://ethicalhq.com/ |
Hjælpeside-URL | https://ethicalhq.com/contact |
Understøttede Sprog | 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" } |