BasketBalls Level Pack
38 more basketball based levels, a new and improved scoring system, and more referees to take care of!
BasketBalls Level Packคืออะไร?
BasketBalls Level Pack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pro Games และคุณลักษณะหลักของมันคือ "38 more basketball based levels, a new and improved scoring system, and more referees to take care of!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BasketBalls Level Pack
ดาวน์โหลดไฟล์ส่วนขยาย BasketBalls Level Pack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
38 more basketball based levels, a new and improved scoring system, and more referees to take care of!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jokphogadjgeajlleimpnlombjjechak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/basketballs-level-pack/jokphogadjgeajlleimpnlombjjechak |
คำอธิบาย | 38 more basketball based levels, a new and improved scoring system, and more referees to take care of! |
ขนาดไฟล์ | 57.76 KB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-04-25 |
วันที่เผยแพร่ | 2017-04-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Pro Games |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.1", "browser_action": { "default_icon": { "128": "icon_128.png", "16": "icon_16.png" } }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |