BIGO Pixel Helper

BIGO Pixel Helper

What is BIGO Pixel Helper?

BIGO Pixel Helper is a Chrome extension developed by bigoimo2020, and its main feature is "BIGO Pixel Helper".

Extension Screenshots

screenshot

Download BIGO Pixel Helper Extension CRX File

Download BIGO 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

                        BIGO Ads可视化埋点辅助工具,确保网页可被iframe正常载入。                    

Extension Basic Information

Name BIGO Pixel Helper BIGO Pixel Helper
ID pelggnhinhncimbiojimippbiemcjdnf
Official URL https://chromewebstore.google.com/detail/bigo-pixel-helper/pelggnhinhncimbiojimippbiemcjdnf
Description BIGO Pixel Helper
File Size 114 KB
Installation Count 181
Current Version 0.1.3
Last Updated 2023-10-22
Publish Date 2022-10-25
Developer bigoimo2020
Email [email protected]
Payment Type free
Extension Website https://ads.bigo.sg
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BIGO Pixel Helper",
    "version": "0.1.3",
    "manifest_version": 3,
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "BIGO Pixel Helper",
    "default_locale": "en",
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval' 'unsafe-eval'; object-src 'self'"
    }
}