Space Adventure Pinball
Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.
Cos'è Space Adventure Pinball?
Space Adventure Pinball è un'estensione di Chrome sviluppata da lgamescon, e la sua funzione principale è "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Space Adventure Pinball
Scarica i file di estensione Space Adventure Pinball in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | cggigpghikobfblhlbljcaohcbpdifif |
URL Ufficiale | https://chrome.google.com/webstore/detail/space-adventure-pinball/cggigpghikobfblhlbljcaohcbpdifif |
Descrizione | Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space. |
Dimensione del File | 46.67 KB |
Conteggio Installazioni | 814 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-18 |
Data di Pubblicazione | 2020-04-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | lgamescon |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cronegame.com/pinball-space-adventure/ |
URL della Pagina di Aiuto | https://cronegame.com/comments/ |
Lingue Supportate | 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 } } |