Surviv.io Pointer

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

Hvad er Surviv.io Pointer?

Surviv.io Pointer er en Chrome-udvidelse udviklet af devchris314159, og dens hovedfunktion er "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".

Udvidelsesskærmbilleder

screenshot

Download Surviv.io Pointer-udvidelses-CRX-fil

Download Surviv.io Pointer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Surviv.io Pointer Surviv.io Pointer
ID lngekiocifaldnomhioeklpbejcgdfaa
Officiel URL https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa
Beskrivelse Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Filstørrelse 66.34 KB
Antal Installationer 760
Nuværende Version 0.4
Senest Opdateret 2018-09-03
Udgivelsesdato 2018-09-03
Bedømmelse 3.64/5 Samlet 22 Bedømmelser
Udvikler devchris314159
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}