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 pkabofkemjjmcdhflkkonobhblcfpaek
Official URL https://chromewebstore.google.com/detail/bigo-pixel-helper/pkabofkemjjmcdhflkkonobhblcfpaek
Description BIGO Pixel Helper
File Size 112 KB
Installation Count 271
Current Version 0.1.1
Last Updated 2021-08-09
Publish Date 2021-05-26
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.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "BIGO Pixel Helper",
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_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": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}