Ethical Product Alternatives
An ethical alternative product every time you open a new tab.
Co to jest Ethical Product Alternatives?
Ethical Product Alternatives to rozszerzenie Chrome opracowane przez https://ethicalhq.com, a jego główną funkcją jest „An ethical alternative product every time you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ethical Product Alternatives
Pobierz pliki rozszerzeń Ethical Product Alternatives w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Ethical Product Alternatives |
ID | eabankpaegapghbcmaghhonhlnnagbnl |
Oficjalny URL | https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl |
Opis | An ethical alternative product every time you open a new tab. |
Rozmiar pliku | 42.63 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2021-02-12 |
Data Publikacji | 2021-01-21 |
Deweloper | https://ethicalhq.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ethicalhq.com/ |
Adres URL Strony Pomocy | https://ethicalhq.com/contact |
Obsługiwane Języki | 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" } |