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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}