Yahoo Fantasy Hockey Helper
If you play Yahoo Fantasy Hockey you need this
Vad är Yahoo Fantasy Hockey Helper?
Yahoo Fantasy Hockey Helper är en Chrome-tillägg utvecklad av phlrss, och dess huvudfunktion är "If you play Yahoo Fantasy Hockey you need this".
Tilläggsskärmbilder
Ladda ner Yahoo Fantasy Hockey Helper-förlängningens CRX-fil
Ladda ner Yahoo Fantasy Hockey Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jeajhndjidpjcdhfhmfajahkdlekeeac |
| Officiell webbadress | https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac |
| Beskrivning | If you play Yahoo Fantasy Hockey you need this |
| Filstorlek | 11.57 KB |
| Antal Installationer | 103 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2024-01-15 |
| Publiceringsdatum | 2023-11-20 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | phlrss |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit |
| Stödda Språk | 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"
}
} | |