Ethical Product Alternatives

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

What is Ethical Product Alternatives?

Ethical Product Alternatives is a Chrome extension developed by https://ethicalhq.com, and its main feature is "An ethical alternative product every time you open a new tab.".

Extension Screenshots

screenshot
screenshot

Download Ethical Product Alternatives Extension CRX File

Download Ethical Product Alternatives extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
Official URL https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Description An ethical alternative product every time you open a new tab.
File Size 42.63 KB
Installation Count 20
Current Version 1.0.7
Last Updated 2021-02-12
Publish Date 2021-01-21
Developer https://ethicalhq.com
Email [email protected]
Payment Type free
Extension Website https://ethicalhq.com/
Help Page URL https://ethicalhq.com/contact
Supported Languages 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"
}