Spinz io
Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner.
¿Qué es Spinz io?
Spinz io es una extensión de Chrome desarrollada por http://www.noobgamer.club, y su función principal es "Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spinz io
Descarga archivos de extensión Spinz io 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
Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner. You can choose its color and enter into exciting fights! Collect scattered dots to increase your RPM. You need to be patient when collecting dots to steadily build your RPM; a higher RPM is always better. Collide your spinner with others to make both of the spinners' dots scattered, then quickly to grab all of them.
Información Básica de la Extensión
Nombre | |
ID | mlnmobdhpnpkmifanmfdnchdbbjajdmi |
URL Oficial | https://chrome.google.com/webstore/detail/spinz-io/mlnmobdhpnpkmifanmfdnchdbbjajdmi |
Descripción | Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner. |
Tamaño del Archivo | 21.8 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1 |
Última Actualización | 2020-06-01 |
Fecha de Publicación | 2020-06-01 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | http://www.noobgamer.club |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.noobgamer.club/games/play/spinz-io |
URL de la Página de Ayuda | http://www.noobgamer.club/page/terms |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spinz io", "manifest_version": 2, "description": "Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner.", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "background": { "scripts": [ "popup.js" ], "persistent": false } } |