Opt-Out Easy

Take control of your privacy!

Wat is Opt-Out Easy?

Opt-Out Easy is een Chrome-extensie ontwikkeld door cmulabs, en de belangrijkste functie is "Take control of your privacy!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Opt-Out Easy

Download Opt-Out Easy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
Officiële URL https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
Beschrijving Take control of your privacy!
Bestandsgrootte 1.55 MB
Aantal Installaties 332
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2020-11-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cmulabs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://optouteasy.isr.cmu.edu
Help Pagina-URL https://optouteasy.isr.cmu.edu/privacy_policy
Ondersteunde Talen 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\/*"
    ]
}