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.
扩展基本信息
名称 | Opt-Out Easy |
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 |
电子邮箱 | [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\/*" ] } |