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ファイルをダウンロード

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
Eメール [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"
        }
    ]
}