Ethical Product Alternatives

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

Qu'est-ce que Ethical Product Alternatives ?

Ethical Product Alternatives est une extension Chrome développée par https://ethicalhq.com, et sa fonction principale est "An ethical alternative product every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ethical Product Alternatives

Téléchargez les fichiers d'extension Ethical Product Alternatives au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
URL Officiel https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Description An ethical alternative product every time you open a new tab.
Taille du Fichier 42.63 KB
Nombre d'Installations 20
Version Actuelle 1.0.7
Dernière Mise à Jour 2021-02-12
Date de Publication 2021-01-21
Développeur https://ethicalhq.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ethicalhq.com/
URL de la Page d'Aide https://ethicalhq.com/contact
Langues Prises en Charge 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"
}