Space Adventure Pinball

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

Vad är Space Adventure Pinball?

Space Adventure Pinball är en Chrome-tillägg utvecklad av lgamescon, och dess huvudfunktion är "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Space Adventure Pinball-förlängningens CRX-fil

Ladda ner Space Adventure Pinball-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
Officiell webbadress https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Beskrivning Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Filstorlek 46.67 KB
Antal Installationer 814
Aktuell Version 1.0
Senast Uppdaterad 2020-04-18
Publiceringsdatum 2020-04-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare lgamescon
Betalningssätt free
Tilläggswebbplats https://cronegame.com/pinball-space-adventure/
Hjälpsida URL https://cronegame.com/comments/
Stödda Språk 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
    }
}