Cookie Glasses

Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework

什麼是Cookie Glasses?

Cookie Glasses是由celestin.matte開發的Chrome擴展程式,該擴展的主要功能是“Show consent registered by cookie banners of IAB Europe's Transparency & Consent Framework”。

擴展截圖

screenshot

下載Cookie Glasses擴展crx文件

下載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 Cookie Glasses
ID gncnjghkclkhpkfhghcbobednpchjifk
官方網址 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"
    }
}