Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Debug Google Analytics, Google Tag Manager dataLayer, Google Ads, Facebook Ads & +18 ad platforms pixels: Twitter, TikTok and more", "version": "1.3.4", "manifest_version": 3, "name": "TagHound - Analytics\/GTM\/Pixel Debugger", "options_page": "option.html", "devtools_page": "devtools.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "icon128.png" }, "default_title": "Analytics\/GTM\/Pixel Debugger" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "inject\/css\/toast.css" ], "run_at": "document_end" }, { "matches": [ "<all_urls>" ], "js": [ "mainWorldContentScript.bundle.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "*:\/\/tagassistant.google.com\/*" ], "css": [ "inject\/css\/tag-assistant.css" ], "js": [ "tagAssistant.bundle.js" ], "run_at": "document_start" } ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "permissions": [ "webRequest", "activeTab", "storage", "scripting", "alarms", "tabs", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "inject\/js\/*.js", "inject\/css\/*.css", "toastController.html", "toastContent.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "tagAssistantBanner.html" ], "matches": [ "*:\/\/tagassistant.google.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }