Spinz io
Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner.
Что такое Spinz io?
Spinz io - это расширение Chrome, разработанное http://www.noobgamer.club, и его основная функция - "Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner.".
Снимки экрана расширения
Скачать файл CRX расширения Spinz io
Скачайте файлы расширений Spinz io в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | mlnmobdhpnpkmifanmfdnchdbbjajdmi |
Официальный URL | https://chrome.google.com/webstore/detail/spinz-io/mlnmobdhpnpkmifanmfdnchdbbjajdmi |
Описание | Spinz.io is a fidget spinner .io game! Enter the arena and battle other players with your fidget spinner. |
Размер файла | 21.8 KB |
Количество установок | 1,000 |
Текущая Версия | 1 |
Последнее Обновление | 2020-06-01 |
Дата публикации | 2020-06-01 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | http://www.noobgamer.club |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.noobgamer.club/games/play/spinz-io |
URL страницы помощи | http://www.noobgamer.club/page/terms |
Поддерживаемые языки | 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 } } |