Opt-Out Easy

Take control of your privacy!

什麼是Opt-Out Easy?

Opt-Out Easy是由cmulabs開發的Chrome擴展程式,該擴展的主要功能是“Take control of your privacy!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Opt-Out Easy擴展crx文件

下載Opt-Out Easy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
官方網址 https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
簡介 Take control of your privacy!
檔案大小 1.55 MB
安裝次數 332
目前版本 1.0.3
更新時間 2021-02-23
上架時間 2020-11-27
評分 5.00/5 共 1 次評分
開發者 cmulabs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://optouteasy.isr.cmu.edu
說明頁面URL https://optouteasy.isr.cmu.edu/privacy_policy
支援的語言 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\/*"
    ]
}