Space Adventure Pinball

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

Space Adventure Pinball là gì?

Space Adventure Pinball là một tiện ích mở rộng Chrome được phát triển bởi lgamescon, và tính năng chính của nó là "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Space Adventure Pinball

Tải xuống các tệp mở rộng Space Adventure Pinball dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
URL Chính Thức https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
Mô tả Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Kích Thước Tệp 46.67 KB
Số Lần Cài Đặt 814
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-18
Ngày Phát Hành 2020-04-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển lgamescon
Loại Thanh Toán free
Trang Web Mở Rộng https://cronegame.com/pinball-space-adventure/
URL Trang Trợ Giúp https://cronegame.com/comments/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}