Yahoo Sports OneClick

Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more

ما هو Yahoo Sports OneClick؟

Yahoo Sports OneClick هو إضافة Chrome تم تطويرها بواسطة https://sports.yahoo.com، والميزة الرئيسية لها هي "Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Yahoo Sports OneClick

قم بتنزيل ملفات الامتداد Yahoo Sports OneClick بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Yahoo Sports is the industry leader for all the latest Sports News, Scores, and Fantasy Games. This extension give's you the latest scores for top Sports leagues on your desktop at the click of a button.                    

معلومات أساسية عن التمديد

الاسم Yahoo Sports OneClick Yahoo Sports OneClick
ID higogmgapadcfllkpjalnkhkgiifncob
عنوان URL الرسمي https://chromewebstore.google.com/detail/yahoo-sports-oneclick/higogmgapadcfllkpjalnkhkgiifncob
الوصف Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more
حجم الملف 892 KB
عدد التثبيتات 9,137
النسخة الحالية 11
آخر تحديث 2023-07-16
تاريخ النشر 2019-12-08
تقييم 4.70/5 مجموع تقييمات 27
المطور https://sports.yahoo.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.sports.yahoo.com
عنوان صفحة المساعدة https://help.yahoo.com/kb/sports-news
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo Sports OneClick",
    "version": "11",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "sports-app-icon.png",
            "32": "sports-app-icon.png",
            "48": "sports-app-icon.png",
            "128": "sports-app-icon.png"
        }
    },
    "description": "Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more",
    "author": "Yahoo Sports",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ]
}