Space Adventure Pinball

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

什么是Space Adventure Pinball?

Space Adventure Pinball是由lgamescon开发的Chrome扩展程序,该扩展的主要功能是“Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Space Adventure Pinball扩展crx文件

下载Space Adventure Pinball扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Space Adventure Pinball Space Adventure Pinball
ID cggigpghikobfblhlbljcaohcbpdifif
官方URL https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif
简介 Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
文件大小 46.67 KB
安装次数 814
当前版本 1.0
更新时间 2020-04-18
上架时间 2020-04-18
评分 5.00/5 共1次评分
开发者 lgamescon
付费类型 free
扩展官网 https://cronegame.com/pinball-space-adventure/
帮助页面URL https://cronegame.com/comments/
支持的语言 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
    }
}