Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Co je Surviv.io Pointer?
Surviv.io Pointer je rozšíření Chrome vyvinuté devchris314159, a jeho hlavní funkcí je „Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Surviv.io Pointer
Stáhněte si soubory rozšíření Surviv.io Pointer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
Oficiální URL | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Popis | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Velikost souboru | 66.34 KB |
Počet instalací | 760 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2018-09-03 |
Datum Vydání | 2018-09-03 |
Hodnocení | 3.64/5 Celkem 22 Hodnocení |
Vývojář | devchris314159 |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |