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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lgamescon และคุณลักษณะหลักของมันคือ "Space Adventure Pinball is a classic pinball game with the theme of the incredible graphic space."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Space Adventure Pinball
ดาวน์โหลดไฟล์ส่วนขยาย Space Adventure Pinball ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } } |