Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

Yahoo Fantasy Basketball Extender क्या है?

Yahoo Fantasy Basketball Extender Sahil Agarwal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances yahoo fantasy basketball!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yahoo Fantasy Basketball Extender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}