Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Cos'è Surviv.io Pointer?
Surviv.io Pointer è un'estensione di Chrome sviluppata da devchris314159, e la sua funzione principale è "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Surviv.io Pointer
Scarica i file di estensione Surviv.io Pointer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Descrizione | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Dimensione del File | 66.34 KB |
Conteggio Installazioni | 760 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2018-09-03 |
Data di Pubblicazione | 2018-09-03 |
Valutazione | 3.64/5 Totale 22 Valutazioni |
Sviluppatore | devchris314159 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |