Space Adventure Pinball
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Что такое Space Adventure Pinball?
Space Adventure Pinball - это расширение Chrome, разработанное lgamescon, и его основная функция - "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".
Снимки экрана расширения
Скачать файл CRX расширения Space Adventure Pinball
Скачайте файлы расширений Space Adventure Pinball в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. Discover all the bonuses in the field of game, keep the ball in play as long as possible and try to score as many points as you can!
Основная информация о расширении
Название | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
Официальный URL | https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif |
Описание | Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. |
Размер файла | 46.67 KB |
Количество установок | 814 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-04-18 |
Дата публикации | 2020-04-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | lgamescon |
Тип оплаты | free |
Официальный сайт расширения | https://cronegame.com/pinball-space-adventure/ |
URL страницы помощи | https://cronegame.com/comments/ |
Поддерживаемые языки | de,en,en-GB,en-US,es,it,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Space Adventure Pinball", "short_name": "Play Space Adventure Pinball Free Online Game", "description": "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.", "version": "1.0", "browser_action": { "default_title": "Space Adventure Pinball", "default_icon": "128.png" }, "icons": { "16": "128.png", "48": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |