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.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
官方網址 | 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 } } |