QookieFix
Fix cookie consent
Wat is QookieFix?
QookieFix is een Chrome-extensie ontwikkeld door TMN Team, en de belangrijkste functie is "Fix cookie consent".
Extensie Screenshots
Download het CRX-bestand van de extensie QookieFix
Download QookieFix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QookieFix |
ID | gkfjmfmjckaabogdpclnahenmcijplpe |
Officiële URL | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
Beschrijving | Fix cookie consent |
Bestandsgrootte | 9.6 KB |
Aantal Installaties | 2,362 |
Huidige Versie | 0.1.27 |
Laatst Bijgewerkt | 2019-09-08 |
Publicatiedatum | 2019-09-07 |
Beoordeling | 4.56/5 Totaal 16 Beoordelingen |
Ontwikkelaar | TMN Team |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/vtoubiana/QookieFix |
Ondersteunde Talen | 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 } ] } |