Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

Was ist Yahoo Fantasy Hockey Helper?

Yahoo Fantasy Hockey Helper ist eine Chrome-Erweiterung, die von phlrss entwickelt wurde, und ihr Hauptmerkmal ist "If you play Yahoo Fantasy Hockey you need this".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Yahoo Fantasy Hockey Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yahoo Fantasy Hockey Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
Offizielle URL https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
Beschreibung If you play Yahoo Fantasy Hockey you need this
Dateigröße 11.57 KB
Installationsanzahl 103
Aktuelle Version 1.0.6
Letztes Update 2024-01-15
Veröffentlichungsdatum 2023-11-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler phlrss
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
Unterstützte Sprachen 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"
    }
}