HTL Debug
View and analyze your ad configuration
Wat is HTL Debug?
HTL Debug is een Chrome-extensie ontwikkeld door https://hashtag-labs.com, en de belangrijkste functie is "View and analyze your ad configuration".
Extensie Screenshots
Download het CRX-bestand van de extensie HTL Debug
Download HTL Debug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | nhijejfjieloehdlkicfakfjfmnkgnlf |
| Officiële URL | https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf |
| Beschrijving | View and analyze your ad configuration |
| Bestandsgrootte | 535 KB |
| Aantal Installaties | 1,602 |
| Huidige Versie | 2.5.1 |
| Laatst Bijgewerkt | 2024-02-20 |
| Publicatiedatum | 2022-01-13 |
| Beoordeling | 5.00/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | https://hashtag-labs.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://hashtag-labs.com/ |
| Help Pagina-URL | https://hashtag-labs.com/contact-us.html |
| URL van de Privacybeleid Pagina | https://hashtag-labs.com/privacy-policy.html |
| Ondersteunde Talen | 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"
]
} | |