HTL Debug

View and analyze your ad configuration

HTL Debug là gì?

HTL Debug là một tiện ích mở rộng Chrome được phát triển bởi https://hashtag-labs.com, và tính năng chính của nó là "View and analyze your ad configuration".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTL Debug

Tải xuống các tệp mở rộng HTL Debug dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTL Debug HTL Debug
ID nhijejfjieloehdlkicfakfjfmnkgnlf
URL Chính Thức https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf
Mô tả View and analyze your ad configuration
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 1,602
Phiên Bản Hiện Tại 2.5.1
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2022-01-13
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://hashtag-labs.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hashtag-labs.com/
URL Trang Trợ Giúp https://hashtag-labs.com/contact-us.html
URL Trang Chính Sách Bảo Mật https://hashtag-labs.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}