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",
"manifest_version": 3,
"version": "1.0.2",
"name": "Pixel Helper for Meta ",
"description": "Install this extension to verify, debug, and optimize Meta (Facebook) tracking pixels for accurate analytics ",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html"
},
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": ".\/pictures\/icon16.png",
"32": ".\/pictures\/Icon32.png",
"64": ".\/pictures\/Icon64.png",
"128": ".\/pictures\/Icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"notifications",
"gcm"
],
"externally_connectable": {
"matches": [
"*:\/\/*.google.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"capture.js"
],
"matches": [
"<all_urls>"
]
}
]
}