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 Pro Games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "38 more basketball based levels, a new and improved scoring system, and more referees to take care of!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BasketBalls Level Pack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |