QookieFix
Fix cookie consent
Was ist QookieFix?
QookieFix ist eine Chrome-Erweiterung, die von TMN Team entwickelt wurde, und ihr Hauptmerkmal ist "Fix cookie consent".
Erweiterungsscreenshots
QookieFix-Erweiterungs-CRX-Datei herunterladen
Laden Sie QookieFix-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gkfjmfmjckaabogdpclnahenmcijplpe |
| Offizielle URL | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
| Beschreibung | Fix cookie consent |
| Dateigröße | 9.6 KB |
| Installationsanzahl | 2,362 |
| Aktuelle Version | 0.1.27 |
| Letztes Update | 2019-09-08 |
| Veröffentlichungsdatum | 2019-09-07 |
| Bewertung | 4.56/5 Insgesamt 16 Bewertungen |
| Entwickler | TMN Team |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/vtoubiana/QookieFix |
| Unterstützte Sprachen | 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
}
]
} | |