Ethicly

Identify companies to boycott while you browse the internet.

Ethicly là gì?

Ethicly là một tiện ích mở rộng Chrome được phát triển bởi Ethicly, và tính năng chính của nó là "Identify companies to boycott while you browse the internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ethicly

Tải xuống các tệp mở rộng Ethicly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ethicly Ethicly
ID ogkcaaedackbplbpmeempokiibfmekba
URL Chính Thức https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba
Mô tả Identify companies to boycott while you browse the internet.
Kích Thước Tệp 19.52 KB
Số Lần Cài Đặt 478
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-11-15
Ngày Phát Hành 2023-11-06
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Ethicly
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ethicly.info/
URL Trang Trợ Giúp https://twitter.com/EthiclyOfficial
URL Trang Chính Sách Bảo Mật https://www.ethicly.info/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}