BIGO Pixel Helper

BIGO Pixel Helper

BIGO Pixel Helper là gì?

BIGO Pixel Helper là một tiện ích mở rộng Chrome được phát triển bởi bigoimo2020, và tính năng chính của nó là "BIGO Pixel Helper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BIGO Pixel Helper

Tải xuống các tệp mở rộng BIGO Pixel Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BIGO Pixel Helper BIGO Pixel Helper
ID pelggnhinhncimbiojimippbiemcjdnf
URL Chính Thức https://chromewebstore.google.com/detail/bigo-pixel-helper/pelggnhinhncimbiojimippbiemcjdnf
Mô tả BIGO Pixel Helper
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-10-22
Ngày Phát Hành 2022-10-25
Nhà Phát Triển bigoimo2020
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ads.bigo.sg
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}