Ethical Product Alternatives

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

Vad är Ethical Product Alternatives?

Ethical Product Alternatives är en Chrome-tillägg utvecklad av https://ethicalhq.com, och dess huvudfunktion är "An ethical alternative product every time you open a new tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ethical Product Alternatives-förlängningens CRX-fil

Ladda ner Ethical Product Alternatives-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
Officiell webbadress https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Beskrivning An ethical alternative product every time you open a new tab.
Filstorlek 42.63 KB
Antal Installationer 20
Aktuell Version 1.0.7
Senast Uppdaterad 2021-02-12
Publiceringsdatum 2021-01-21
Utvecklare https://ethicalhq.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ethicalhq.com/
Hjälpsida URL https://ethicalhq.com/contact
Stödda Språk 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"
}