NBA Simple
Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
ما هو NBA Simple؟
NBA Simple هو إضافة Chrome تم تطويرها بواسطة Chad Tillekeratne، والميزة الرئيسية لها هي "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NBA Simple
قم بتنزيل ملفات الامتداد NBA Simple بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
NBA Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).
معلومات أساسية عن التمديد
الاسم | NBA Simple |
ID | oehnokjddbdmhlcldacehgnkjclmpahd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd |
الوصف | Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video) |
حجم الملف | 18.22 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 0.9.4 |
آخر تحديث | 2018-11-04 |
تاريخ النشر | 2018-11-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Chad Tillekeratne |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA Simple", "version": "0.9.4", "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage", "https:\/\/data.nba.net\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" }, "icons": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" } }, "manifest_version": 2 } |