HTL Debug
View and analyze your ad configuration
什麼是HTL Debug?
HTL Debug是由https://hashtag-labs.com開發的Chrome擴展程式,該擴展的主要功能是“View and analyze your ad configuration”。
擴展截圖
下載HTL Debug擴展crx文件
下載HTL Debug擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | HTL Debug |
ID | nhijejfjieloehdlkicfakfjfmnkgnlf |
官方網址 | https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf |
簡介 | View and analyze your ad configuration |
檔案大小 | 535 KB |
安裝次數 | 1,602 |
目前版本 | 2.5.1 |
更新時間 | 2024-02-20 |
上架時間 | 2022-01-13 |
評分 | 5.00/5 共 17 次評分 |
開發者 | https://hashtag-labs.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://hashtag-labs.com/ |
說明頁面URL | https://hashtag-labs.com/contact-us.html |
隱私政策頁面URL | https://hashtag-labs.com/privacy-policy.html |
支援的語言 | 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" ] } |