Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

Qu'est-ce que Yahoo Fantasy Hockey Helper ?

Yahoo Fantasy Hockey Helper est une extension Chrome développée par phlrss, et sa fonction principale est "If you play Yahoo Fantasy Hockey you need this".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yahoo Fantasy Hockey Helper

Téléchargez les fichiers d'extension Yahoo Fantasy Hockey Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
URL Officiel https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
Description If you play Yahoo Fantasy Hockey you need this
Taille du Fichier 11.57 KB
Nombre d'Installations 103
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-01-15
Date de Publication 2023-11-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur phlrss
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
Langues Prises en Charge 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"
    }
}