Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

ما هو Yahoo Fantasy Basketball Extender؟

Yahoo Fantasy Basketball Extender هو إضافة Chrome تم تطويرها بواسطة Sahil Agarwal، والميزة الرئيسية لها هي "Enhances yahoo fantasy basketball!".

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

screenshot

تحميل ملف CRX للإضافة Yahoo Fantasy Basketball Extender

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

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

                        An extension for yahoo fantasy basketball, showing the total games each player is playing this week.

v1.8.1
- Added 2020-2021 NBA games

v1.7.0
- Added 2019-2020 NBA games

v1.6.0
- Added 2018-2019 NBA games

v1.5.1
- Fixed matchup page week (the url shows the wrong week, so upped it by 1)                    

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

الاسم Yahoo Fantasy Basketball Extender Yahoo Fantasy Basketball Extender
ID dajecldpmkjkhofjdmblkcgplmapkiee
عنوان URL الرسمي https://chromewebstore.google.com/detail/yahoo-fantasy-basketball/dajecldpmkjkhofjdmblkcgplmapkiee
الوصف Enhances yahoo fantasy basketball!
حجم الملف 18.33 KB
عدد التثبيتات 258
النسخة الحالية 1.8.1
آخر تحديث 2020-12-26
تاريخ النشر 2020-04-23
تقييم 1.00/5 مجموع تقييمات 1
المطور Sahil Agarwal
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/sahilda/yahoo-fantasybb-extender
عنوان صفحة المساعدة https://github.com/sahilda/yahoo-fantasybb-extender
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yahoo Fantasy Basketball Extender",
    "short_name": "yahoo fbb extender",
    "version": "1.8.1",
    "description": "Enhances yahoo fantasy basketball!",
    "icons": {
        "96": "basketball.png",
        "128": "basketball_128.png"
    },
    "homepage_url": "https:\/\/github.com\/sahilda\/yahoo-fantasybb-extender",
    "permissions": [
        "activeTab",
        "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}