Opt-Out Easy
Take control of your privacy!
What is Opt-Out Easy?
Opt-Out Easy is a Chrome extension developed by cmulabs, and its main feature is "Take control of your privacy!".
Extension Screenshots
Download Opt-Out Easy Extension CRX File
Download Opt-Out Easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Opt-Out Easy |
ID | hikefgklfabiiecechanbafeficfojik |
Official URL | https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik |
Description | Take control of your privacy! |
File Size | 1.55 MB |
Installation Count | 332 |
Current Version | 1.0.3 |
Last Updated | 2021-02-23 |
Publish Date | 2020-11-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cmulabs |
[email protected] | |
Payment Type | free |
Extension Website | https://optouteasy.isr.cmu.edu |
Help Page URL | https://optouteasy.isr.cmu.edu/privacy_policy |
Supported Languages | 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\/*" ] } |