Ethicly

Identify companies to boycott while you browse the internet.

What is Ethicly?

Ethicly is a Chrome extension developed by Ethicly, and its main feature is "Identify companies to boycott while you browse the internet.".

Extension Screenshots

screenshot

Download Ethicly Extension CRX File

Download Ethicly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ethicly Ethicly
ID ogkcaaedackbplbpmeempokiibfmekba
Official URL https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba
Description Identify companies to boycott while you browse the internet.
File Size 19.52 KB
Installation Count 478
Current Version 1.1
Last Updated 2023-11-15
Publish Date 2023-11-06
Rating 4.43/5 Total 7 Ratings
Developer Ethicly
Email [email protected]
Payment Type free
Extension Website https://ethicly.info/
Help Page URL https://twitter.com/EthiclyOfficial
Privacy Policy Page URL https://www.ethicly.info/privacy-policy
Supported Languages 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"
    }
}