Yahoo Fantasy Basketball Extender

Enhances yahoo fantasy basketball!

Yahoo Fantasy Basketball Extender란 무엇입니까?

Yahoo Fantasy Basketball Extender은(는) Sahil Agarwal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances yahoo fantasy basketball!"입니다.

확장 프로그램 스크린샷

screenshot

Yahoo Fantasy Basketball Extender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}