Opt-Out Easy
Take control of your privacy!
Opt-Out Easyとは何ですか?
Opt-Out Easyはcmulabsによって開発されたChromeの拡張機能で、その主な機能は「Take control of your privacy!」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| ID | hikefgklfabiiecechanbafeficfojik | 
| 公式URL | 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 | 
| Eメール | [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\/*"
    ]
}  |  |