Space Adventure Pinball

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

Hvad er Space Adventure Pinball?

Space Adventure Pinball er en Chrome-udvidelse udviklet af lgamescon, og dens hovedfunktion er "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Space Adventure Pinball-udvidelses-CRX-fil

Download Space Adventure Pinball-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
Officiel URL https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Beskrivelse Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Filstørrelse 46.67 KB
Antal Installationer 814
Nuværende Version 1.0
Senest Opdateret 2020-04-18
Udgivelsesdato 2020-04-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler lgamescon
Betalingsmetode free
Udvidelseswebsted https://cronegame.com/pinball-space-adventure/
Hjælpeside-URL https://cronegame.com/comments/
Understøttede Sprog 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
    }
}