Opt-Out Easy

Take control of your privacy!

Was ist Opt-Out Easy?

Opt-Out Easy ist eine Chrome-Erweiterung, die von cmulabs entwickelt wurde, und ihr Hauptmerkmal ist "Take control of your privacy!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Opt-Out Easy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Opt-Out Easy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        As you visit different websites, Opt-Out Easy searches their privacy policies for opt-out privacy choices you may not even have known existed. This includes opt-outs for targeted advertising, marketing emails, cookies, analytics, and sharing data with 3rd parties.                    

Grundlegende Informationen zur Erweiterung

Name Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
Offizielle URL https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
Beschreibung Take control of your privacy!
Dateigröße 1.55 MB
Installationsanzahl 332
Aktuelle Version 1.0.3
Letztes Update 2021-02-23
Veröffentlichungsdatum 2020-11-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler cmulabs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://optouteasy.isr.cmu.edu
Hilfeseite URL https://optouteasy.isr.cmu.edu/privacy_policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Opt-Out Easy",
    "description": "Take control of your privacy!",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "images\/shield.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/shield.png"
    },
    "background": {
        "scripts": [
            "scripts\/dist\/jquery.min.js",
            "scripts\/dist\/polyfill.js",
            "scripts\/dist\/analyzed_results.js",
            "scripts\/dist\/util.js",
            "scripts\/dist\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "styles\/*",
        "node_modules\/*"
    ]
}