HTL Debug

View and analyze your ad configuration

Co je HTL Debug?

HTL Debug je rozšíření Chrome vyvinuté https://hashtag-labs.com, a jeho hlavní funkcí je „View and analyze your ad configuration“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření HTL Debug

Stáhněte si soubory rozšíření HTL Debug ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název HTL Debug HTL Debug
ID nhijejfjieloehdlkicfakfjfmnkgnlf
Oficiální URL https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf
Popis View and analyze your ad configuration
Velikost souboru 535 KB
Počet instalací 1,602
Aktuální Verze 2.5.1
Poslední Aktualizace 2024-02-20
Datum Vydání 2022-01-13
Hodnocení 5.00/5 Celkem 17 Hodnocení
Vývojář https://hashtag-labs.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://hashtag-labs.com/
URL Stránky Nápovědy https://hashtag-labs.com/contact-us.html
URL Stránky Zásad Ochrany Soukromí https://hashtag-labs.com/privacy-policy.html
Podporované Jazyky 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"
    ]
}