WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pixel Helper for Meta

Pixel Helper for Meta

View on Chrome Web Store
View Pixel Helper for Meta Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (7 ratings)
1 new ratings
15 views
This extension has been viewed 15 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Install this extension to verify, debug, and optimize Meta (Facebook) tracking pixels for accurate analytics
Type
Extension
Users
10,000 users
1K
Meta Pixel Validator
View author page of Meta Pixel Validator
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 20, 2023
Version 1.0.2
Manifest version
3
Updated
Updated on February 20, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Pixel Helper for Meta Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top