Ethicly

Identify companies to boycott while you browse the internet.

Hvad er Ethicly?

Ethicly er en Chrome-udvidelse udviklet af Ethicly, og dens hovedfunktion er "Identify companies to boycott while you browse the internet.".

Udvidelsesskærmbilleder

screenshot

Download Ethicly-udvidelses-CRX-fil

Download Ethicly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ethicly Ethicly
ID ogkcaaedackbplbpmeempokiibfmekba
Officiel URL https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba
Beskrivelse Identify companies to boycott while you browse the internet.
Filstørrelse 19.52 KB
Antal Installationer 478
Nuværende Version 1.1
Senest Opdateret 2023-11-15
Udgivelsesdato 2023-11-06
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler Ethicly
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ethicly.info/
Hjælpeside-URL https://twitter.com/EthiclyOfficial
URL til Fortrolighedspolitik Side https://www.ethicly.info/privacy-policy
Understøttede Sprog 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"
    }
}