QookieFix
Fix cookie consent
What is QookieFix?
QookieFix is a Chrome extension developed by TMN Team, and its main feature is "Fix cookie consent".
Extension Screenshots
Download QookieFix Extension CRX File
Download QookieFix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | QookieFix |
ID | gkfjmfmjckaabogdpclnahenmcijplpe |
Official URL | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
Description | Fix cookie consent |
File Size | 9.6 KB |
Installation Count | 2,362 |
Current Version | 0.1.27 |
Last Updated | 2019-09-08 |
Publish Date | 2019-09-07 |
Rating | 4.56/5 Total 16 Ratings |
Developer | TMN Team |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vtoubiana/QookieFix |
Supported Languages | 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 } ] } |