Auto Reject Cookies
This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Apa itu Auto Reject Cookies?
Auto Reject Cookies adalah ekstensi Chrome yang dikembangkan oleh sheeperich, dan fitur utamanya adalah "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto Reject Cookies
Unduh file ekstensi Auto Reject Cookies 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
Diese Erweiterung lehnt automatisch alle Cookies ab auf Seiten, die ihr bekannten Cookie Banner Lösungen einsetzen. Aktuell werden erkannt: oneTrust, CookieBot und usercentrics. Weitere Cookie Lösungen werden in naher Zukunft folgen.
Informasi Dasar Ekstensi
Nama | Auto Reject Cookies |
ID | eklkobgmiebaomfcgboabmlfgmdikaem |
URL Resmi | https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem |
Deskripsi | This Extensions tries to automaticly reject all non essential cookies and hide the banner. |
Ukuran File | 4.2 KB |
Jumlah Instalasi | 757 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2020-11-23 |
Tanggal Publikasi | 2020-11-23 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | sheeperich |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reject Cookies", "version": "0.1", "description": "This Extensions tries to automaticly reject all non essential cookies and hide the banner.", "web_accessible_resources": [ "block.js" ], "manifest_version": 2, "page_action": { "default_icon": { "16": "deliver.png", "32": "deliver.png", "48": "deliver.png", "128": "deliver.png" } }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |