Surviv.io Pointer

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

What is Surviv.io Pointer?

Surviv.io Pointer is a Chrome extension developed by devchris314159, and its main feature is "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".

Extension Screenshots

screenshot

Download Surviv.io Pointer Extension CRX File

Download Surviv.io Pointer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Surviv.io Pointer Surviv.io Pointer
ID lngekiocifaldnomhioeklpbejcgdfaa
Official URL https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa
Description Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
File Size 66.34 KB
Installation Count 760
Current Version 0.4
Last Updated 2018-09-03
Publish Date 2018-09-03
Rating 3.64/5 Total 22 Ratings
Developer devchris314159
Payment Type free
Supported Languages 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"
        ]
    }
}