Ethicly

Identify companies to boycott while you browse the internet.

什么是Ethicly?

Ethicly是由Ethicly开发的Chrome扩展程序,该扩展的主要功能是“Identify companies to boycott while you browse the internet.”。

扩展截图

screenshot

下载Ethicly扩展crx文件

下载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"
    }
}