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文件

下載fanlights.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}