QookieFix
Fix cookie consent
什么是QookieFix?
QookieFix是由TMN Team开发的Chrome扩展程序,该扩展的主要功能是“Fix cookie consent”。
扩展截图
下载QookieFix扩展crx文件
下载QookieFix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Many websites implment Quantcast cookie banners but do not offer a simple way to opt-out. This extension adds a "I Refuse" button to Quantcast cookie banners.
Clicking on "I refuse" will opt you out for all tracking purposes at once instead of requiring you to opt-out to purposes one by one. 扩展基本信息
| 名称 | |
| ID | gkfjmfmjckaabogdpclnahenmcijplpe |
| 官方URL | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
| 简介 | Fix cookie consent |
| 文件大小 | 9.6 KB |
| 安装次数 | 2,362 |
| 当前版本 | 0.1.27 |
| 更新时间 | 2019-09-08 |
| 上架时间 | 2019-09-07 |
| 评分 | 4.56/5 共16次评分 |
| 开发者 | TMN Team |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/vtoubiana/QookieFix |
| 支持的语言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QookieFix",
"version": "0.1.27",
"description": "Fix cookie consent",
"author": "Vincent Toubiana",
"default_locale": "en",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"QookieFixScript.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"qookie.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |