Space Adventure Pinball
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
O que é Space Adventure Pinball?
Space Adventure Pinball é uma extensão do Chrome desenvolvida por lgamescon, e sua principal característica é "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Space Adventure Pinball
Baixe arquivos de extensão Space Adventure Pinball no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
URL Oficial | https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif |
Descrição | Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. |
Tamanho do Arquivo | 46.67 KB |
Contagem de Instalações | 814 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-18 |
Data de Publicação | 2020-04-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | lgamescon |
Tipo de Pagamento | free |
Site da Extensão | https://cronegame.com/pinball-space-adventure/ |
URL da Página de Ajuda | https://cronegame.com/comments/ |
Idiomas Suportados | 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 } } |