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
官方網址 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"
    }
}