Meta Pixel Helper

The Meta Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.

What is Meta Pixel Helper?

Meta Pixel Helper is a Chrome extension developed by Meta, and its main feature is "The Meta Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.".

Extension Screenshots

screenshot
screenshot

Download Meta Pixel Helper Extension CRX File

Download Meta Pixel Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Facebook Pixel Helper works in the background to look for conversion or Facebook pixels and provide realtime feedback on the implementation. A small number will appear on the Facebook Pixel Helper icon to indicate number of pixel events. When clicked, a panel will expand to show a detailed overview of the page's pixels, including warnings, errors and successes. Learn more about using Facebook pixels here: https://developers.facebook.com/docs/marketing-api/facebook-pixel                    

Extension Basic Information

Name Meta Pixel Helper Meta Pixel Helper
ID fdgfkebogiimcoedlicjlajpkdmockpc
Official URL https://chromewebstore.google.com/detail/meta-pixel-helper/fdgfkebogiimcoedlicjlajpkdmockpc
Description The Meta Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.
File Size 74.78 KB
Installation Count 3,341,003
Current Version 3.0.7
Last Updated 2024-03-01
Publish Date 2020-02-10
Rating 4.08/5 Total 1116 Ratings
Developer Meta
Email [email protected]
Payment Type free
Extension Website https://developers.facebook.com/docs/ads-for-websites/pixel-troubleshooting
Help Page URL https://developers.facebook.com/docs/ads-for-websites/pixel-troubleshooting
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meta Pixel Helper",
    "short_name": "Meta Pixel Helper",
    "description": "The Meta Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.",
    "version": "3.0.7",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/ads\/*",
                "*:\/\/business.facebook.com\/ads\/*",
                "*:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "unlimitedStorage",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/pixel_helper_icon_faded_19.png",
            "38": "img\/pixel_helper_icon_faded_38.png"
        }
    },
    "icons": {
        "16": "img\/pixel_helper_icon_16.png",
        "48": "img\/pixel_helper_icon_48.png",
        "128": "img\/pixel_helper_icon_128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}