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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Space Adventure Pinball एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |