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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
        }
    ]
}