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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |