Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
¿Qué es Surviv.io Pointer?
Surviv.io Pointer es una extensión de Chrome desarrollada por devchris314159, y su función principal es "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Surviv.io Pointer
Descarga archivos de extensión Surviv.io Pointer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
URL Oficial | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Descripción | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Tamaño del Archivo | 66.34 KB |
Cantidad de Instalaciones | 760 |
Versión Actual | 0.4 |
Última Actualización | 2018-09-03 |
Fecha de Publicación | 2018-09-03 |
Calificación | 3.64/5 Total de 22 Calificaciones |
Desarrollador | devchris314159 |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |