CookieAudit
Check if a website respects your cookie preferences.
CookieAuditคืออะไร?
CookieAudit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CookieBlock Developers และคุณลักษณะหลักของมันคือ "Check if a website respects your cookie preferences."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CookieAudit
ดาวน์โหลดไฟล์ส่วนขยาย CookieAudit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CookieAudit will analyze a website while you navigate through it. It checks the consent popups' compliance with common Data Protection Regulations. CookieAudit is built on CookieBlock. CookieBlock is a browser extension that is able to categorize cookies into different purposes ("Necessary", "Functionality", "Analytics" and "Advertising") using machine-learning technology. CookieAudit uses these capabilities to provide a developer, or really any curious mind, a tool for analyzing cookie-related behaviour of any website. This extension has been built by members of the Information Security Group of the Computer Science Department at ETH Zürich, and was developed as part of the semester thesis "Extension for Auditing Consent Popups’ GDPR Compliance". Disclaimer: Please note that we are neither lawyers nor legal advisors. The information provided by CookieAudit and the linked website www.cookieaudit.app does not constitute, and is not intended to constitute, legal advice. Instead, all information, content and materials are for general informational purposes only. * Source Code: https://github.com/Fredilein/CookieAudit * CookieBlock: https://github.com/dibollinger/CookieBlock
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CookieAudit |
ID | hoheefgkoickpgelfgijnjnifcpkmbnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookieaudit/hoheefgkoickpgelfgijnjnifcpkmbnc |
คำอธิบาย | Check if a website respects your cookie preferences. |
ขนาดไฟล์ | 3.13 MB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2023-06-30 |
วันที่เผยแพร่ | 2022-08-11 |
ผู้พัฒนา | CookieBlock Developers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cookieaudit.app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookieAudit", "description": "Check if a website respects your cookie preferences.", "version": "0.3", "manifest_version": 3, "icons": { "16": ".\/logo\/icon16.png", "32": ".\/logo\/icon32.png", "128": ".\/logo\/icon128.png" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ " |