Opt-Out Easy

Take control of your privacy!

Co to jest Opt-Out Easy?

Opt-Out Easy to rozszerzenie Chrome opracowane przez cmulabs, a jego główną funkcją jest „Take control of your privacy!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Opt-Out Easy

Pobierz pliki rozszerzeń Opt-Out Easy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
Oficjalny URL https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
Opis Take control of your privacy!
Rozmiar pliku 1.55 MB
Liczba instalacji 332
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-02-23
Data Publikacji 2020-11-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper cmulabs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://optouteasy.isr.cmu.edu
Adres URL Strony Pomocy https://optouteasy.isr.cmu.edu/privacy_policy
Obsługiwane Języki 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\/*"
    ]
}