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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}