Ethicly

Identify companies to boycott while you browse the internet.

Qu'est-ce que Ethicly ?

Ethicly est une extension Chrome développée par Ethicly, et sa fonction principale est "Identify companies to boycott while you browse the internet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ethicly

Téléchargez les fichiers d'extension Ethicly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ethicly Ethicly
ID ogkcaaedackbplbpmeempokiibfmekba
URL Officiel https://chromewebstore.google.com/detail/ethicly/ogkcaaedackbplbpmeempokiibfmekba
Description Identify companies to boycott while you browse the internet.
Taille du Fichier 19.52 KB
Nombre d'Installations 478
Version Actuelle 1.1
Dernière Mise à Jour 2023-11-15
Date de Publication 2023-11-06
Évaluation 4.43/5 Total 7 Évaluations
Développeur Ethicly
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ethicly.info/
URL de la Page d'Aide https://twitter.com/EthiclyOfficial
URL de la Page de Politique de Confidentialité https://www.ethicly.info/privacy-policy
Langues Prises en Charge 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"
    }
}