WebExtension.net
Toggle dark mode
WebExtension.net

Signals Gateway Pixel Helper

View on Chrome Web Store
View Signals Gateway Pixel Helper Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 times

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

The Signals Gateway Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.
Type
Extension
Users
9 users
3
Meta
View author page of Meta
Published
Published on February 1, 2025
Version 3.0.0
Manifest version
3
Updated
Updated on February 1, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Signals Gateway Pixel Helper 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,
    "name": "Signals Gateway Pixel Helper",
    "short_name": "Signals Gateway Pixel Helper",
    "description": "The Signals Gateway Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.",
    "version": "3.0.0",
    "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": [
        "*:\/\/*\/*"
    ]
}
© 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