Space Adventure Pinball

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

Apa itu Space Adventure Pinball?

Space Adventure Pinball adalah ekstensi Chrome yang dikembangkan oleh lgamescon, dan fitur utamanya adalah "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Space Adventure Pinball

Unduh file ekstensi Space Adventure Pinball dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
URL Resmi https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Deskripsi Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Ukuran File 46.67 KB
Jumlah Instalasi 814
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-18
Tanggal Publikasi 2020-04-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang lgamescon
Tipe Pembayaran free
Situs Ekstensi https://cronegame.com/pinball-space-adventure/
URL Halaman Bantuan https://cronegame.com/comments/
Bahasa yang Didukung 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
    }
}