Opt-Out Easy

Take control of your privacy!

Cos'è Opt-Out Easy?

Opt-Out Easy è un'estensione di Chrome sviluppata da cmulabs, e la sua funzione principale è "Take control of your privacy!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Opt-Out Easy

Scarica i file di estensione Opt-Out Easy 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
URL Ufficiale https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
Descrizione Take control of your privacy!
Dimensione del File 1.55 MB
Conteggio Installazioni 332
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-02-23
Data di Pubblicazione 2020-11-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore cmulabs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://optouteasy.isr.cmu.edu
URL della Pagina di Aiuto https://optouteasy.isr.cmu.edu/privacy_policy
Lingue Supportate 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\/*"
    ]
}