Ethicly

Identify companies to boycott while you browse the internet.

Cos'è Ethicly?

Ethicly è un'estensione di Chrome sviluppata da Ethicly, e la sua funzione principale è "Identify companies to boycott while you browse the internet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ethicly

Scarica i file di estensione Ethicly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Ethicly Ethicly
ID ogkcaaedackbplbpmeempokiibfmekba
URL Ufficiale https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba
Descrizione Identify companies to boycott while you browse the internet.
Dimensione del File 19.52 KB
Conteggio Installazioni 478
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-15
Data di Pubblicazione 2023-11-06
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore Ethicly
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ethicly.info/
URL della Pagina di Aiuto https://twitter.com/EthiclyOfficial
URL della Pagina della Politica sulla Privacy https://www.ethicly.info/privacy-policy
Lingue Supportate 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"
    }
}