Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

Co to jest Yahoo Fantasy Hockey Helper?

Yahoo Fantasy Hockey Helper to rozszerzenie Chrome opracowane przez phlrss, a jego główną funkcją jest „If you play Yahoo Fantasy Hockey you need this”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Yahoo Fantasy Hockey Helper

Pobierz pliki rozszerzeń Yahoo Fantasy Hockey Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Yahoo Fantasy Hockey Helper Yahoo Fantasy Hockey Helper
ID jeajhndjidpjcdhfhmfajahkdlekeeac
Oficjalny URL https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac
Opis If you play Yahoo Fantasy Hockey you need this
Rozmiar pliku 11.57 KB
Liczba instalacji 103
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2024-01-15
Data Publikacji 2023-11-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper phlrss
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit
Obsługiwane Języki 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"
    }
}