Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Vad är Surviv.io Pointer?
Surviv.io Pointer är en Chrome-tillägg utvecklad av devchris314159, och dess huvudfunktion är "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
Tilläggsskärmbilder
Ladda ner Surviv.io Pointer-förlängningens CRX-fil
Ladda ner Surviv.io Pointer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
Officiell webbadress | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Beskrivning | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Filstorlek | 66.34 KB |
Antal Installationer | 760 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2018-09-03 |
Publiceringsdatum | 2018-09-03 |
Betyg | 3.64/5 Totalt 22 Betyg |
Utvecklare | devchris314159 |
Betalningssätt | free |
Stödda Språk | 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" ] } } |