Space Adventure Pinball

Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.

¿Qué es Space Adventure Pinball?

Space Adventure Pinball es una extensión de Chrome desarrollada por lgamescon, y su función principal es "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Space Adventure Pinball

Descarga archivos de extensión Space Adventure Pinball 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

                        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!                    

Información Básica de la Extensión

Nombre Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
URL Oficial https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Descripción Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Tamaño del Archivo 46.67 KB
Cantidad de Instalaciones 814
Versión Actual 1.0
Última Actualización 2020-04-18
Fecha de Publicación 2020-04-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador lgamescon
Tipo de Pago free
Sitio Web de la Extensión https://cronegame.com/pinball-space-adventure/
URL de la Página de Ayuda https://cronegame.com/comments/
Idiomas Soportados 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
    }
}