CMP Validator

The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…

What is CMP Validator?

CMP Validator is a Chrome extension developed by IAB Europe, and its main feature is "The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…".

Extension Screenshots

screenshot

Download CMP Validator Extension CRX File

Download CMP Validator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to the TCF introduced in IAB Europe's TCF v2.2.                    

Extension Basic Information

Name CMP Validator CMP Validator
ID ffhhjklgcfabkpholngojpkijlafjooc
Official URL https://chromewebstore.google.com/detail/cmp-validator/ffhhjklgcfabkpholngojpkijlafjooc
Description The IAB Europe CMP Validator v2.2 checks web pages for the availability of a TCF registered CMP supporting the latest updates to…
File Size 461 KB
Installation Count 2,732
Current Version 2.2.5
Last Updated 2024-01-18
Publish Date 2023-05-01
Rating 4.50/5 Total 2 Ratings
Developer IAB Europe
Email [email protected]
Payment Type free
Extension Website https://iabeurope.eu/transparency-consent-framework/
Help Page URL https://iabeurope.eu/wp-content/uploads/2023/05/TCF-v2.2-CMP-Validator-User-Guide_15052023.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CMP Validator",
    "version": "2.2.5",
    "icons": {
        "32": "src\/images\/icon32.png",
        "128": "src\/images\/icon128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.js.f2f36233.f574c788.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "notfound.html",
                "src\/images\/*.png",
                "src\/utils\/structure.json"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.js.f2f36233.js"
            ],
            "use_dynamic_url": true
        }
    ]
}