Surviv.io Pointer

Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…

Surviv.io Pointer क्या है?

Surviv.io Pointer devchris314159 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…"।

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

screenshot

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

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

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

                        Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor.

More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension                    

एक्सटेंशन की मूल जानकारी

नाम Surviv.io Pointer Surviv.io Pointer
ID lngekiocifaldnomhioeklpbejcgdfaa
आधिकारिक URL https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa
विवरण Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
फ़ाइल का आकार 66.34 KB
स्थापना संख्या 760
वर्तमान संस्करण 0.4
अंतिम अपडेट 2018-09-03
प्रकाशन तिथि 2018-09-03
रेटिंग 3.64/5 कुल 22 रेटिंग्स
डेवलपर devchris314159
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Surviv.io Pointer",
    "version": "0.4",
    "browser_action": {
        "default_icon": "radioactive.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/surviv.io\/*",
                "*:\/\/surviv2.io\/*",
                "*:\/\/surviv2.io\/*",
                "*:\/\/2dbattleroyale.com\/*",
                "*:\/\/2dbattleroyale.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}