Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

什麼是Yahoo Fantasy Hockey Helper?

Yahoo Fantasy Hockey Helper是由phlrss開發的Chrome擴展程式,該擴展的主要功能是“If you play Yahoo Fantasy Hockey you need this”。

擴展截圖

screenshot
screenshot
screenshot

下載Yahoo Fantasy Hockey Helper擴展crx文件

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

擴展使用說明

                        A simple browser extension for Yahoo Fantasy Hockey which displays how many games a player has left for the week (until Sunday of the week inclusive) and how many games are on "off-nights".                    

擴展基本資訊

名稱 Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
官方網址 https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
簡介 If you play Yahoo Fantasy Hockey you need this
檔案大小 11.57 KB
安裝次數 103
目前版本 1.0.6
更新時間 2024-01-15
上架時間 2023-11-20
評分 5.00/5 共 2 次評分
開發者 phlrss
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo Fantasy Hockey Helper",
    "version": "1.0.6",
    "manifest_version": 3,
    "description": "If you play Yahoo Fantasy Hockey you need this",
    "author": "Phil Russo",
    "action": {
        "default_popup": "index.html",
        "default_title": "Yahoo Fantasy Hockey Helper"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/hockey.fantasysports.yahoo.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "hockey-logo.png",
        "32": "hockey-logo.png",
        "48": "hockey-logo.png",
        "128": "hockey-logo.png"
    }
}