Cookie Notice accepted
Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites.
Cookie Notice acceptedคืออะไร?
Cookie Notice accepted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Notice accepted
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Notice accepted ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Notice accepted |
ID | nagadfmjjpfgbgojimpjfoobgpjapmpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-notice-accepted/nagadfmjjpfgbgojimpjfoobgpjapmpn |
คำอธิบาย | Minimalistic extension which sets common cookies (e.g. cookie_notice_accepted=true) to accept cookie notices on all websites. |
ขนาดไฟล์ | 70.38 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-02-13 |
วันที่เผยแพร่ | 2019-02-09 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kreutix/cookie-notice-accepted |
ภาษาที่รองรับ | 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" } |