Opt-Out Easy

Take control of your privacy!

O que é Opt-Out Easy?

Opt-Out Easy é uma extensão do Chrome desenvolvida por cmulabs, e sua principal característica é "Take control of your privacy!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Opt-Out Easy

Baixe arquivos de extensão Opt-Out Easy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
URL Oficial https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
Descrição Take control of your privacy!
Tamanho do Arquivo 1.55 MB
Contagem de Instalações 332
Versão Atual 1.0.3
Última Atualização 2021-02-23
Data de Publicação 2020-11-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor cmulabs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://optouteasy.isr.cmu.edu
URL da Página de Ajuda https://optouteasy.isr.cmu.edu/privacy_policy
Idiomas Suportados 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\/*"
    ]
}