Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Was ist Surviv.io Pointer?
Surviv.io Pointer ist eine Chrome-Erweiterung, die von devchris314159 entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
Erweiterungsscreenshots
Surviv.io Pointer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Surviv.io Pointer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
Offizielle URL | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Beschreibung | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Dateigröße | 66.34 KB |
Installationsanzahl | 760 |
Aktuelle Version | 0.4 |
Letztes Update | 2018-09-03 |
Veröffentlichungsdatum | 2018-09-03 |
Bewertung | 3.64/5 Insgesamt 22 Bewertungen |
Entwickler | devchris314159 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |