Ethicly

Identify companies to boycott while you browse the internet.

Что такое Ethicly?

Ethicly - это расширение Chrome, разработанное Ethicly, и его основная функция - "Identify companies to boycott while you browse the internet.".

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

screenshot

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

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

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

                        Collective economic pressure = Real change | A chrome extension that lets you know what companies to boycott and why

We use verified data from credible sources to determine which companies need to be boycotted. When you visit the website of a company that needs to be boycotted, our extension shows you a popup that this company needs to be boycotted                    

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

Название Ethicly Ethicly
ID ogkcaaedackbplbpmeempokiibfmekba
Официальный URL https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba
Описание Identify companies to boycott while you browse the internet.
Размер файла 19.52 KB
Количество установок 478
Текущая Версия 1.1
Последнее Обновление 2023-11-15
Дата публикации 2023-11-06
Рейтинг 4.43/5 Всего 7 оценок
Разработчик Ethicly
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ethicly.info/
URL страницы помощи https://twitter.com/EthiclyOfficial
URL страницы политики конфиденциальности https://www.ethicly.info/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethicly",
    "description": "Identify companies to boycott while you browse the internet.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "webNavigation",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}