QookieFix
Fix cookie consent
Apa itu QookieFix?
QookieFix adalah ekstensi Chrome yang dikembangkan oleh TMN Team, dan fitur utamanya adalah "Fix cookie consent".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QookieFix
Unduh file ekstensi QookieFix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | QookieFix |
ID | gkfjmfmjckaabogdpclnahenmcijplpe |
URL Resmi | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
Deskripsi | Fix cookie consent |
Ukuran File | 9.6 KB |
Jumlah Instalasi | 2,362 |
Versi Saat Ini | 0.1.27 |
Terakhir Diperbarui | 2019-09-08 |
Tanggal Publikasi | 2019-09-07 |
Penilaian | 4.56/5 Total 16 Penilaian |
Pengembang | TMN Team |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/vtoubiana/QookieFix |
Bahasa yang Didukung | 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 } ] } |