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
官方URL 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"
    }
}