Space Adventure Pinball
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
What is Space Adventure Pinball?
Space Adventure Pinball is a Chrome extension developed by lgamescon, and its main feature is "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".
Extension Screenshots
Download Space Adventure Pinball Extension CRX File
Download Space Adventure Pinball extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
Official URL | https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif |
Description | Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. |
File Size | 46.67 KB |
Installation Count | 814 |
Current Version | 1.0 |
Last Updated | 2020-04-18 |
Publish Date | 2020-04-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | lgamescon |
Payment Type | free |
Extension Website | https://cronegame.com/pinball-space-adventure/ |
Help Page URL | https://cronegame.com/comments/ |
Supported Languages | 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 } } |