Baycloud Bouncer
An extension that fully implements the Do Not Track Consent API and blocks tracking unless consent has been given
Was ist Baycloud Bouncer?
Baycloud Bouncer ist eine Chrome-Erweiterung, die von http://baycloud.com entwickelt wurde, und ihr Hauptmerkmal ist "An extension that fully implements the Do Not Track Consent API and blocks tracking unless consent has been given".
Erweiterungsscreenshots
Baycloud Bouncer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Baycloud Bouncer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Bouncer is a browser extension that enforces Do Not Track and completely implements the W3C Do Not Track (DNT) recommendation. Servers can use the DNT Consent API to ask for your permission before using persistent cookies or other techniques to collect your activity across the web. If you do not give your explicit consent servers should not do this, and Bouncer will stop them if they try. It not only sets the Do Not Track (DNT) signal, it also enforces your preference. If DNT is set persistent cookies will only be allowed to remain in your browser or device for a maximum of 2 hours, or a configurable duration. Bouncer also reports on how servers respond to the DNT signal and gives you the ability to completely block content that you feel is ignoring your preference. It is intended that this will be a complete implementation of the API described in the Tracking Preference Expression document http://www.w3.org/TR/tracking-dnt/ specified by the W3C's Tracking Protection Working Group.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bplgfejjkplajgmkcbbgaeceamceohkc |
Offizielle URL | https://chrome.google.com/webstore/detail/baycloud-bouncer/bplgfejjkplajgmkcbbgaeceamceohkc |
Beschreibung | An extension that fully implements the Do Not Track Consent API and blocks tracking unless consent has been given |
Dateigröße | 5.46 MB |
Installationsanzahl | 197 |
Aktuelle Version | 4.0.12 |
Letztes Update | 2020-07-12 |
Veröffentlichungsdatum | 2020-01-26 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://baycloud.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://baycloud.com/ |
Hilfeseite URL | http://baycloud.com/bouncer |
URL der Datenschutzrichtlinien-Seite | https://baycloud.com/privacy |
Unterstützte Sprachen | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Mike O'Neill", "background": { "scripts": [ ".\/libs\/jquery-3.1.1.js", ".\/libs\/perfect-scrollbar.js", ".\/libs\/tooltipster.bundle.js", ".\/libs\/progressbar.js", ".\/js\/ConsentAPICommon.js", ".\/js\/ConsentAPIMain.js", ".\/js\/AdReporter_init.js" ], "persistent": true }, "browser_action": { "default_icon": ".\/data\/OptedOutIcon.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ ".\/js\/ConsentAPICommon.js", ".\/js\/ConsentAPIContent.js" ], "matches": [ " |