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 |
| Eメール | [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
}
]
} | |