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은(는) https://sports.yahoo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Yahoo Sports OneClick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
        }
    ]
}