Space Adventure Pinball
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Qu'est-ce que Space Adventure Pinball ?
Space Adventure Pinball est une extension Chrome développée par lgamescon, et sa fonction principale est "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Space Adventure Pinball
Téléchargez les fichiers d'extension Space Adventure Pinball au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
URL Officiel | 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. |
Taille du Fichier | 46.67 KB |
Nombre d'Installations | 814 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-18 |
Date de Publication | 2020-04-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | lgamescon |
Type de Paiement | free |
Site Web de l'Extension | https://cronegame.com/pinball-space-adventure/ |
URL de la Page d'Aide | https://cronegame.com/comments/ |
Langues Prises en Charge | 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 } } |