Cookie Glasses
Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework
Cookie Glassesคืออะไร?
Cookie Glasses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย celestin.matte และคุณลักษณะหลักของมันคือ "Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Glasses
ดาวน์โหลดไฟล์ส่วนขยาย Cookie Glasses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*** OUTDATED *** This extension only handles TCFv1 and is therefore obsolete unless work is done to integrate related pull request on github. Project is currently abandoned. This browser extension shows you whether the consent registered by some cookie banners corresponds to your choice. It queries Consent Management Providers (CMPs) of IAB Europe's Transparency & Consent Framework (TCF) as a third party (like advertisers), making it possible to see consent set by CMPs in real time. In other words, you can see whether consent registered by cookie banners is actually the consent you gave. Will only work with cookie banners of IAB Europe's TCF. See the presentation of our study of the TCF: https://www-sop.inria.fr/members/Nataliia.Bielova/cookiebanners/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cookie Glasses |
ID | gncnjghkclkhpkfhghcbobednpchjifk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cookie-glasses/gncnjghkclkhpkfhghcbobednpchjifk |
คำอธิบาย | Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework |
ขนาดไฟล์ | 54.21 KB |
จำนวนการติดตั้ง | 275 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2023-06-23 |
วันที่เผยแพร่ | 2020-04-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | celestin.matte |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Perdu/Cookie-Glasses |
URL หน้าช่วยเหลือ | https://github.com/Perdu/Cookie-Glasses/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://ploudseeker.com/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Glasses", "version": "1.1.5", "author": "C\u00e9lestin Matte", "description": "Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework", "permissions": [ "activeTab", "storage", "https:\/\/vendorlist.consensu.org\/v-*\/vendorlist.json" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_scripts\/uCookie.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "popup\/lib.js", "popup\/IAB_CMP_list_full.js", "popup\/popup.js" ] }, "browser_action": { "default_icon": { "19": "button\/19.png", "38": "button\/38.png" }, "default_title": "Cookie Glasses", "default_popup": "popup\/ucookie.html" } } |