Surviv.io Pointer

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

O que é Surviv.io Pointer?

Surviv.io Pointer é uma extensão do Chrome desenvolvida por devchris314159, e sua principal característica é "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Surviv.io Pointer

Baixe arquivos de extensão Surviv.io Pointer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Surviv.io Pointer Surviv.io Pointer
ID lngekiocifaldnomhioeklpbejcgdfaa
URL Oficial https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa
Descrição Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Tamanho do Arquivo 66.34 KB
Contagem de Instalações 760
Versão Atual 0.4
Última Atualização 2018-09-03
Data de Publicação 2018-09-03
Classificação 3.64/5 Total de 22 Avaliações
Desenvolvedor devchris314159
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}