Opt-Out Easy
Take control of your privacy!
Apa itu Opt-Out Easy?
Opt-Out Easy adalah ekstensi Chrome yang dikembangkan oleh cmulabs, dan fitur utamanya adalah "Take control of your privacy!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Opt-Out Easy
Unduh file ekstensi Opt-Out Easy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Opt-Out Easy |
ID | hikefgklfabiiecechanbafeficfojik |
URL Resmi | https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik |
Deskripsi | Take control of your privacy! |
Ukuran File | 1.55 MB |
Jumlah Instalasi | 332 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2021-02-23 |
Tanggal Publikasi | 2020-11-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | cmulabs |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://optouteasy.isr.cmu.edu |
URL Halaman Bantuan | https://optouteasy.isr.cmu.edu/privacy_policy |
Bahasa yang Didukung | 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\/*" ] } |