Yahoo Fantasy Hockey Helper

If you play Yahoo Fantasy Hockey you need this

Yahoo Fantasy Hockey Helperคืออะไร?

Yahoo Fantasy Hockey Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phlrss และคุณลักษณะหลักของมันคือ "If you play Yahoo Fantasy Hockey you need this"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yahoo Fantasy Hockey Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}