Yahoo Fantasy Hockey Helper
If you play Yahoo Fantasy Hockey you need this
Cos'è Yahoo Fantasy Hockey Helper?
Yahoo Fantasy Hockey Helper è un'estensione di Chrome sviluppata da phlrss, e la sua funzione principale è "If you play Yahoo Fantasy Hockey you need this".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yahoo Fantasy Hockey Helper
Scarica i file di estensione Yahoo Fantasy Hockey Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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". Informazioni di Base sull'Estensione
| Nome | |
| ID | jeajhndjidpjcdhfhmfajahkdlekeeac |
| URL Ufficiale | https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac |
| Descrizione | If you play Yahoo Fantasy Hockey you need this |
| Dimensione del File | 11.57 KB |
| Conteggio Installazioni | 103 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2024-01-15 |
| Data di Pubblicazione | 2023-11-20 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | phlrss |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit |
| Lingue Supportate | 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"
}
} | |