Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

Wat is Yahoo Fantasy Hockey Helper?

Yahoo Fantasy Hockey Helper is een Chrome-extensie ontwikkeld door phlrss, en de belangrijkste functie is "If you play Yahoo Fantasy Hockey you need this".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Yahoo Fantasy Hockey Helper

Download Yahoo Fantasy Hockey Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
Officiële URL https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
Beschrijving If you play Yahoo Fantasy Hockey you need this
Bestandsgrootte 11.57 KB
Aantal Installaties 103
Huidige Versie 1.0.6
Laatst Bijgewerkt 2024-01-15
Publicatiedatum 2023-11-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar phlrss
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
Ondersteunde Talen 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"
    }
}