Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Wat is Surviv.io Pointer?
Surviv.io Pointer is een Chrome-extensie ontwikkeld door devchris314159, en de belangrijkste functie is "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
Extensie Screenshots
Download het CRX-bestand van de extensie Surviv.io Pointer
Download Surviv.io Pointer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
Officiële URL | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Beschrijving | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Bestandsgrootte | 66.34 KB |
Aantal Installaties | 760 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2018-09-03 |
Publicatiedatum | 2018-09-03 |
Beoordeling | 3.64/5 Totaal 22 Beoordelingen |
Ontwikkelaar | devchris314159 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |