Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

What is Yahoo Fantasy Hockey Helper?

Yahoo Fantasy Hockey Helper is a Chrome extension developed by phlrss, and its main feature is "If you play Yahoo Fantasy Hockey you need this".

Extension Screenshots

screenshot
screenshot
screenshot

Download Yahoo Fantasy Hockey Helper Extension CRX File

Download Yahoo Fantasy Hockey Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
Official URL https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
Description If you play Yahoo Fantasy Hockey you need this
File Size 11.57 KB
Installation Count 103
Current Version 1.0.6
Last Updated 2024-01-15
Publish Date 2023-11-20
Rating 5.00/5 Total 2 Ratings
Developer phlrss
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
Supported Languages 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"
    }
}