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 |
公式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 } } |