Cookie Glasses
Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework
Cookie Glasses क्या है?
Cookie Glasses celestin.matte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cookie Glasses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*** 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" } } |