fanlights.io

Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.

fanlights.io란 무엇입니까?

fanlights.io은(는) twitter.com/philiannuzzo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball."입니다.

확장 프로그램 스크린샷

screenshot

fanlights.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        2.1.6
- Fix video icon insertion bug

2.1.5
- Fixed carousel not loading due to ads and analytics
- Fixed Yahoo chat button covering carousel tab
- Added support for MLB darkroom clips

2.1.4
- UI improvements and bug fixes
- Persistent carousel
- Improved error handling

2.1.3
- Run on more pages, more bug fixes

2.1.2
- UI improvements and bug fixes

2.1.1
- Fixed video icon activating editable row
- Added cross-browser support for Mozilla Firefox

2.1.0
- Added support for Microsoft Edge

2.0.1
- Re-launched Highlights+ as fanlights.io
- Added video carousel and high bitrate option                    

확장 프로그램 기본 정보

이름 fanlights.io fanlights.io
ID ndeobkgdldlmalcpkldhdadlhneajkco
공식 URL https://chromewebstore.google.com/detail/fanlightsio/ndeobkgdldlmalcpkldhdadlhneajkco
설명 Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.
파일 크기 140 KB
설치 횟수 325
현재 버전 2.1.6
최근 업데이트 2023-07-30
출시 날짜 2016-09-03
평점 4.63/5 총 16 개의 평점
개발자 twitter.com/philiannuzzo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://git.io/JOEK6
도움말 페이지 URL https://twitter.com/philiannuzzo
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fanlights.io",
    "description": "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.",
    "version": "2.1.6",
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "options.html",
        "carousel.html",
        "carouselFrame.html",
        "\/icons\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "19": "\/icons\/icon-19.png"
        }
    },
    "icons": {
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/baseball.fantasysports.yahoo.com\/b1\/*",
                "http:\/\/baseball.fantasysports.yahoo.com\/b1\/*",
                "https:\/\/mlb-cuts-diamond.mlb.com\/FORGE\/*",
                "https:\/\/bdata-producedclips.mlb.com\/*",
                "https:\/\/darkroom-clips.mlb.com\/*"
            ],
            "js": [
                "\/libs\/purify.min.js",
                "\/libs\/jquery-3.5.1.min.js",
                "helpers.js",
                "carousel.js",
                "\/platforms\/yahoo.js",
                "content.js"
            ],
            "css": [
                "carousel.css"
            ]
        }
    ]
}