Ethical Product Alternatives

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

Что такое Ethical Product Alternatives?

Ethical Product Alternatives - это расширение Chrome, разработанное https://ethicalhq.com, и его основная функция - "An ethical alternative product every time you open a new tab.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Ethical Product Alternatives

Скачайте файлы расширений Ethical Product Alternatives в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Ethical Product Alternatives Ethical Product Alternatives
ID eabankpaegapghbcmaghhonhlnnagbnl
Официальный URL https://chromewebstore.google.com/detail/ethical-product-alternati/eabankpaegapghbcmaghhonhlnnagbnl
Описание An ethical alternative product every time you open a new tab.
Размер файла 42.63 KB
Количество установок 20
Текущая Версия 1.0.7
Последнее Обновление 2021-02-12
Дата публикации 2021-01-21
Разработчик https://ethicalhq.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ethicalhq.com/
URL страницы помощи https://ethicalhq.com/contact
Поддерживаемые языки 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"
}