Cookie Notice accepted
Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
Apa itu Cookie Notice accepted?
Cookie Notice accepted adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Notice accepted
Unduh file ekstensi Cookie Notice accepted 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
Cookie Notice Accepted is a minimalistic browser extension which sets cookies to tell your websites that you have accepted the cookie notice, so it wont ask you again. https://github.com/kreutix/cookie-notice-accepted
Informasi Dasar Ekstensi
Nama | Cookie Notice accepted |
ID | nagadfmjjpfgbgojimpjfoobgpjapmpn |
URL Resmi | https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn |
Deskripsi | Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites. |
Ukuran File | 70.38 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-02-13 |
Tanggal Publikasi | 2019-02-09 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/kreutix/cookie-notice-accepted |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "author": "Stefan Kreuter", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon19-gray.png", "default_title": "Cookie Notice accepted" }, "description": "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.", "homepage_url": "https:\/\/github.com\/kreutix\/cookie-notice-accepted", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Cookie Notice accepted", "options_page": "options.html", "permissions": [ "storage", "webNavigation", "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "cookie-notice-accepted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |