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扩展程序,该扩展的主要功能是“Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…”。

扩展截图

screenshot

下载Surviv.io Pointer扩展crx文件

下载Surviv.io Pointer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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