Ethical Product Alternatives

An ethical alternative product every time you open a new tab.

Was ist Ethical Product Alternatives?

Ethical Product Alternatives ist eine Chrome-Erweiterung, die von https://ethicalhq.com entwickelt wurde, und ihr Hauptmerkmal ist "An ethical alternative product every time you open a new tab.".

Erweiterungsscreenshots

screenshot
screenshot

Ethical Product Alternatives-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ethical Product Alternatives-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
Offizielle URL https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Beschreibung An ethical alternative product every time you open a new tab.
Dateigröße 42.63 KB
Installationsanzahl 20
Aktuelle Version 1.0.7
Letztes Update 2021-02-12
Veröffentlichungsdatum 2021-01-21
Entwickler https://ethicalhq.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ethicalhq.com/
Hilfeseite URL https://ethicalhq.com/contact
Unterstützte Sprachen 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"
}