NBA GameTime

View the scores for NBA games along with links to streams.

ما هو NBA GameTime؟

NBA GameTime هو إضافة Chrome تم تطويرها بواسطة Aash B.، والميزة الرئيسية لها هي "View the scores for NBA games along with links to streams.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة NBA GameTime

قم بتنزيل ملفات الامتداد NBA GameTime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. 

Update 1.1/1.2:
- Fixing links to streams                    

معلومات أساسية عن التمديد

الاسم NBA GameTime NBA GameTime
ID ahdjgdmdfldihjdhndhimelokkfdkbok
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok
الوصف View the scores for NBA games along with links to streams.
حجم الملف 10.77 KB
عدد التثبيتات 21
النسخة الحالية 1.2
آخر تحديث 2019-07-14
تاريخ النشر 2019-07-14
تقييم 3.67/5 مجموع تقييمات 3
المطور Aash B.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NBA GameTime",
    "author": "Aashdeep Brar",
    "version": "1.2",
    "description": "View the scores for NBA games along with links to streams.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}