BIGO Pixel Helper

BIGO Pixel Helper

Co to jest BIGO Pixel Helper?

BIGO Pixel Helper to rozszerzenie Chrome opracowane przez bigoimo2020, a jego główną funkcją jest „BIGO Pixel Helper”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BIGO Pixel Helper

Pobierz pliki rozszerzeń BIGO Pixel Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BIGO Pixel Helper BIGO Pixel Helper
ID pelggnhinhncimbiojimippbiemcjdnf
Oficjalny URL https://chromewebstore.google.com/detail/bigo-pixel-helper/pelggnhinhncimbiojimippbiemcjdnf
Opis BIGO Pixel Helper
Rozmiar pliku 114 KB
Liczba instalacji 181
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2023-10-22
Data Publikacji 2022-10-25
Deweloper bigoimo2020
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ads.bigo.sg
Obsługiwane Języki 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'"
    }
}