OptMeowt
OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data
什么是OptMeowt?
OptMeowt是由https://privacytechlab.org开发的Chrome扩展程序,该扩展的主要功能是“OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data”。
扩展截图
下载OptMeowt扩展crx文件
下载OptMeowt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With the introduction of privacy regulations such as the California Consumer Privacy Act (CCPA) and the General Data Protection Regulation (GDPR) Web users have a right to limit the sale and sharing of their personal information. OptMeowt automates the process of sending opt out signals indicating the users' preferences upon visiting a website. Note: We do not collect any data from you. Third parties will also not receive your data. The permissions OptMeowt is using are required for opting you out. You can learn more and view the source code at https://github.com/privacy-tech-lab/gpc-optmeowt.
扩展基本信息
名称 | OptMeowt |
ID | hdbnkdbhglahihjdbodmfefogcjbpgbo |
官方URL | https://chromewebstore.google.com/detail/optmeowt/hdbnkdbhglahihjdbodmfefogcjbpgbo |
简介 | OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data |
文件大小 | 3.02 MB |
安装次数 | 3,223 |
当前版本 | 4.3.1 |
更新时间 | 2024-01-21 |
上架时间 | 2020-10-05 |
评分 | 4.00/5 共6次评分 |
开发者 | https://privacytechlab.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://privacytechlab.org |
帮助页面URL | https://github.com/privacy-tech-lab/gpc-optmeowt |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OptMeowt", "author": "privacy-tech-lab", "version": "4.3.1", "description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data", "permissions": [ "declarativeNetRequest", "webRequest", "webNavigation", "storage", "activeTab", "cookies", "tabs", "scripting" ], "declarative_net_request": { "rule_resources": [ { "id": "universal_GPC", "enabled": true, "path": "rules\/universal_gpc_rules.json" }, { "id": "GPC_exceptions", "enabled": true, "path": "rules\/gpc_exceptions_rules.json" } ] }, "host_permissions": [ " |