OptMeowt
OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data
Cos'è OptMeowt?
OptMeowt è un'estensione di Chrome sviluppata da https://privacytechlab.org, e la sua funzione principale è "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OptMeowt
Scarica i file di estensione OptMeowt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | OptMeowt |
ID | hdbnkdbhglahihjdbodmfefogcjbpgbo |
URL Ufficiale | https://chromewebstore.google.com/detail/optmeowt/hdbnkdbhglahihjdbodmfefogcjbpgbo |
Descrizione | OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data |
Dimensione del File | 3.02 MB |
Conteggio Installazioni | 3,223 |
Versione Corrente | 4.3.1 |
Ultimo Aggiornamento | 2024-01-21 |
Data di Pubblicazione | 2020-10-05 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | https://privacytechlab.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://privacytechlab.org |
URL della Pagina di Aiuto | https://github.com/privacy-tech-lab/gpc-optmeowt |
Lingue Supportate | 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": [ " |