Zombs Royale Cursor Line

Zombs Royale Cursor Line

Zombs Royale Cursor Line là gì?

Zombs Royale Cursor Line là một tiện ích mở rộng Chrome được phát triển bởi accchow, và tính năng chính của nó là "Zombs Royale Cursor Line".

Ả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 Zombs Royale Cursor Line

Tải xuống các tệp mở rộng Zombs Royale Cursor Line 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

                        It helps in playing Zombs Royale, the Windows cursor with a target line will be shown.                    

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

Tên Zombs Royale Cursor Line Zombs Royale Cursor Line
ID gjkkmhdgiombhhgkklidllgenonicehh
URL Chính Thức https://chromewebstore.google.com/detail/zombs-royale-cursor-line/gjkkmhdgiombhhgkklidllgenonicehh
Mô tả Zombs Royale Cursor Line
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 949
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2020-04-26
Ngày Phát Hành 2020-04-25
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển accchow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombs Royale Cursor Line",
    "short_name": "zombsline",
    "version": "1.1.2",
    "description": "Zombs Royale Cursor Line",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zombsroyale.io\/"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "include_globs": [
                "https:\/\/zombsroyale.io\/"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}