Space Adventure Pinball

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

Was ist Space Adventure Pinball?

Space Adventure Pinball ist eine Chrome-Erweiterung, die von lgamescon entwickelt wurde, und ihr Hauptmerkmal ist "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Space Adventure Pinball-Erweiterungs-CRX-Datei herunterladen

Laden Sie Space Adventure Pinball-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
Offizielle URL https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Beschreibung Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Dateigröße 46.67 KB
Installationsanzahl 814
Aktuelle Version 1.0
Letztes Update 2020-04-18
Veröffentlichungsdatum 2020-04-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler lgamescon
Zahlungsart free
Erweiterungswebsite https://cronegame.com/pinball-space-adventure/
Hilfeseite URL https://cronegame.com/comments/
Unterstützte Sprachen 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
    }
}