Zombs Royale Cursor Line

Zombs Royale Cursor Line

Zombs Royale Cursor Line क्या है?

Zombs Royale Cursor Line accchow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zombs Royale Cursor Line"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zombs Royale Cursor Line एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}