Space Adventure Pinball

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

Co to jest Space Adventure Pinball?

Space Adventure Pinball to rozszerzenie Chrome opracowane przez lgamescon, a jego główną funkcją jest „Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Space Adventure Pinball

Pobierz pliki rozszerzeń Space Adventure Pinball w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
Oficjalny URL https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Opis Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Rozmiar pliku 46.67 KB
Liczba instalacji 814
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-04-18
Data Publikacji 2020-04-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper lgamescon
Typ Płatności free
Strona Rozszerzenia https://cronegame.com/pinball-space-adventure/
Adres URL Strony Pomocy https://cronegame.com/comments/
Obsługiwane Języki 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
    }
}