Zombs Royale Cursor Line

Zombs Royale Cursor Line

Zombs Royale Cursor Lineคืออะไร?

Zombs Royale Cursor Line เป็นส่วนขยายของ Chrome ที่พัฒนาโดย accchow และคุณลักษณะหลักของมันคือ "Zombs Royale Cursor Line"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zombs Royale Cursor Line

ดาวน์โหลดไฟล์ส่วนขยาย Zombs Royale Cursor Line ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zombs Royale Cursor Line Zombs Royale Cursor Line
ID gjkkmhdgiombhhgkklidllgenonicehh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zombs-royale-cursor-line/gjkkmhdgiombhhgkklidllgenonicehh
คำอธิบาย Zombs Royale Cursor Line
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 949
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2020-04-26
วันที่เผยแพร่ 2020-04-25
คะแนน 3.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา accchow
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}