Space Adventure Pinball
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Co je Space Adventure Pinball?
Space Adventure Pinball je rozšíření Chrome vyvinuté lgamescon, a jeho hlavní funkcí je „Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Space Adventure Pinball
Stáhněte si soubory rozšíření Space Adventure Pinball ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
Oficiální URL | https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif |
Popis | Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. |
Velikost souboru | 46.67 KB |
Počet instalací | 814 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-04-18 |
Datum Vydání | 2020-04-18 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | lgamescon |
Typ Platby | free |
Webové stránky Rozšíření | https://cronegame.com/pinball-space-adventure/ |
URL Stránky Nápovědy | https://cronegame.com/comments/ |
Podporované Jazyky | 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 } } |