OptMeowt
OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data
Hvad er OptMeowt?
OptMeowt er en Chrome-udvidelse udviklet af https://privacytechlab.org, og dens hovedfunktion er "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data".
Udvidelsesskærmbilleder
Download OptMeowt-udvidelses-CRX-fil
Download OptMeowt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | OptMeowt |
ID | hdbnkdbhglahihjdbodmfefogcjbpgbo |
Officiel URL | https://chromewebstore.google.com/detail/optmeowt/hdbnkdbhglahihjdbodmfefogcjbpgbo |
Beskrivelse | OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data |
Filstørrelse | 3.02 MB |
Antal Installationer | 3,223 |
Nuværende Version | 4.3.1 |
Senest Opdateret | 2024-01-21 |
Udgivelsesdato | 2020-10-05 |
Bedømmelse | 4.00/5 Samlet 6 Bedømmelser |
Udvikler | https://privacytechlab.org |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://privacytechlab.org |
Hjælpeside-URL | https://github.com/privacy-tech-lab/gpc-optmeowt |
Understøttede Sprog | 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": [ " |