Baycloud Bouncer
An extension that fully implements the Do Not Track Consent API and blocks tracking unless consent has been given
什么是Baycloud Bouncer?
Baycloud Bouncer是由http://baycloud.com开发的Chrome扩展程序,该扩展的主要功能是“An extension that fully implements the Do Not Track Consent API and blocks tracking unless consent has been given”。
扩展截图
下载Baycloud Bouncer扩展crx文件
下载Baycloud Bouncer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bplgfejjkplajgmkcbbgaeceamceohkc |
官方URL | https://chrome.google.com/webstore/detail/baycloud-bouncer/bplgfejjkplajgmkcbbgaeceamceohkc |
简介 | An extension that fully implements the Do Not Track Consent API and blocks tracking unless consent has been given |
文件大小 | 5.46 MB |
安装次数 | 197 |
当前版本 | 4.0.12 |
更新时间 | 2020-07-12 |
上架时间 | 2020-01-26 |
评分 | 5.00/5 共2次评分 |
开发者 | http://baycloud.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://baycloud.com/ |
帮助页面URL | http://baycloud.com/bouncer |
隐私政策页面URL | https://baycloud.com/privacy |
支持的语言 | 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": [ " |