Opt-Out Easy
Take control of your privacy!
Opt-Out Easyคืออะไร?
Opt-Out Easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmulabs และคุณลักษณะหลักของมันคือ "Take control of your privacy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Opt-Out Easy
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |