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
官方網址 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"
        ]
    }
}