Yahoo Fantasy Hockey Helper
If you play Yahoo Fantasy Hockey you need this
Yahoo Fantasy Hockey Helperとは何ですか?
Yahoo Fantasy Hockey Helperはphlrssによって開発されたChromeの拡張機能で、その主な機能は「If you play Yahoo Fantasy Hockey you need this」です。
拡張機能のスクリーンショット
Yahoo Fantasy Hockey Helper拡張機能のCRXファイルをダウンロード
Yahoo Fantasy Hockey Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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".
拡張機能の基本情報
名前 | Yahoo Fantasy Hockey Helper |
ID | jeajhndjidpjcdhfhmfajahkdlekeeac |
公式URL | https://chromewebstore.google.com/detail/yahoo-fantasy-hockey-help/jeajhndjidpjcdhfhmfajahkdlekeeac |
説明 | If you play Yahoo Fantasy Hockey you need this |
ファイルサイズ | 11.57 KB |
インストール数 | 103 |
現在のバージョン | 1.0.6 |
最終更新日 | 2024-01-15 |
公開日 | 2023-11-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | phlrss |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/18OftCZ1BDF6R3IcKlcZFUFJ6o-T_NT_ksH_IRpUdMeI/edit |
対応言語 | 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" } } |