Yahoo Fantasy Hockey Helper
If you play Yahoo Fantasy Hockey you need this
Hvad er Yahoo Fantasy Hockey Helper?
Yahoo Fantasy Hockey Helper er en Chrome-udvidelse udviklet af phlrss, og dens hovedfunktion er "If you play Yahoo Fantasy Hockey you need this".
Udvidelsesskærmbilleder
Download Yahoo Fantasy Hockey Helper-udvidelses-CRX-fil
Download Yahoo Fantasy Hockey Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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". Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jeajhndjidpjcdhfhmfajahkdlekeeac |
| Officiel URL | https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac |
| Beskrivelse | If you play Yahoo Fantasy Hockey you need this |
| Filstørrelse | 11.57 KB |
| Antal Installationer | 103 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2024-01-15 |
| Udgivelsesdato | 2023-11-20 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | phlrss |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit |
| Understøttede Sprog | 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"
}
} | |