HTL Debug

View and analyze your ad configuration

What is HTL Debug?

HTL Debug is a Chrome extension developed by https://hashtag-labs.com, and its main feature is "View and analyze your ad configuration".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HTL Debug Extension CRX File

Download HTL Debug 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

                        A powerful publisher ads debugging extension offered by Hashtag Labs for analyzing Google ad configuration (GAM / GPT), Prebid, HTLBID, Amazon header bidding, and consent management (CMP).                    

Extension Basic Information

Name HTL Debug HTL Debug
ID nhijejfjieloehdlkicfakfjfmnkgnlf
Official URL https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf
Description View and analyze your ad configuration
File Size 535 KB
Installation Count 1,602
Current Version 2.5.1
Last Updated 2024-02-20
Publish Date 2022-01-13
Rating 5.00/5 Total 17 Ratings
Developer https://hashtag-labs.com
Email [email protected]
Payment Type free
Extension Website https://hashtag-labs.com/
Help Page URL https://hashtag-labs.com/contact-us.html
Privacy Policy Page URL https://hashtag-labs.com/privacy-policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTL Debug",
    "description": "View and analyze your ad configuration",
    "version": "2.5.1",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "extension\/img\/icon-16.png",
        "48": "extension\/img\/icon-48.png",
        "128": "extension\/img\/icon-128.png"
    },
    "action": {
        "default_icon": "extension\/img\/icon-128.png",
        "default_popup": "extension\/popup.html",
        "default_title": "Open HTL Debug"
    },
    "background": {
        "service_worker": "extension\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extension\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "extension\/bridge.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "devtools_page": "extension\/devtools.html",
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "unlimitedStorage"
    ]
}