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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |