BIGO Pixel Helper

BIGO Pixel Helper

Apa itu BIGO Pixel Helper?

BIGO Pixel Helper adalah ekstensi Chrome yang dikembangkan oleh bigoimo2020, dan fitur utamanya adalah "BIGO Pixel Helper".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BIGO Pixel Helper

Unduh file ekstensi BIGO Pixel Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BIGO Pixel Helper BIGO Pixel Helper
ID pelggnhinhncimbiojimippbiemcjdnf
URL Resmi https://chromewebstore.google.com/detail/bigo-pixel-helper/pelggnhinhncimbiojimippbiemcjdnf
Deskripsi BIGO Pixel Helper
Ukuran File 114 KB
Jumlah Instalasi 181
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2023-10-22
Tanggal Publikasi 2022-10-25
Pengembang bigoimo2020
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ads.bigo.sg
Bahasa yang Didukung 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'"
    }
}