CCPA Opt Out Assistant
Notifies users when their data is sold and allows easier opt-outs
什麼是CCPA Opt Out Assistant?
CCPA Opt Out Assistant是由ccpaextension開發的Chrome擴展程式,該擴展的主要功能是“Notifies users when their data is sold and allows easier opt-outs”。
擴展截圖
下載CCPA Opt Out Assistant擴展crx文件
下載CCPA Opt Out Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
In the modern world, your personal data is often collected and sold by companies, even when you don’t realize it. This extension is here to help. With the California Consumer Privacy Act (CCPA), California residents have the right to opt out of the sale of their personal data for any and all websites that sell it. But it can be difficult to determine which websites actually sell this data, and how to opt out on those that do. With this extension, you are automatically notified every time you access a site that sells your data. You can exercise your rights and opt out through our popup, or whitelist a site and stop receiving notifications for it. Either way, you stay informed about how your data is being used, and are enabled to exercise your rights. Our permissions are used to store information about which sites you no longer wish to receive notifications for. We do not and will never collect any personally identifying information from any of our users.
擴展基本資訊
名稱 | CCPA Opt Out Assistant |
ID | fgfpflhjamdmecmcifdaepnpggedkfdh |
官方網址 | https://chromewebstore.google.com/detail/ccpa-opt-out-assistant/fgfpflhjamdmecmcifdaepnpggedkfdh |
簡介 | Notifies users when their data is sold and allows easier opt-outs |
檔案大小 | 33.33 KB |
安裝次數 | 39 |
目前版本 | 1.0.3 |
更新時間 | 2021-07-21 |
上架時間 | 2021-05-12 |
評分 | 5.00/5 共 4 次評分 |
開發者 | ccpaextension |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://cs.pomona.edu/~ebirrell/ccpa-optout-assistant/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CCPA Opt Out Assistant", "author": "Sean O'Connor and Aden Siebel", "version": "1.0.3", "description": "Notifies users when their data is sold and allows easier opt-outs", "icons": { "48": "icons\/icon_active.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon_inactive.png", "default_title": "CCPA Opt Out Assistant", "default_popup": "notification.html" }, "permissions": [ "storage", " |