BIGO Pixel Helper

BIGO Pixel Helper

BIGO Pixel Helperとは何ですか?

BIGO Pixel Helperはbigoimo2020によって開発されたChromeの拡張機能で、その主な機能は「BIGO Pixel Helper」です。

拡張機能のスクリーンショット

screenshot

BIGO Pixel Helper拡張機能のCRXファイルをダウンロード

BIGO Pixel Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 BIGO Pixel Helper BIGO Pixel Helper
ID pkabofkemjjmcdhflkkonobhblcfpaek
公式URL https://chromewebstore.google.com/detail/bigo-pixel-helper/pkabofkemjjmcdhflkkonobhblcfpaek
説明 BIGO Pixel Helper
ファイルサイズ 112 KB
インストール数 271
現在のバージョン 0.1.1
最終更新日 2021-08-09
公開日 2021-05-26
開発者 bigoimo2020
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ads.bigo.sg/
対応言語 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'"
}