Yahoo Sports OneClick

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

What is Yahoo Sports OneClick?

Yahoo Sports OneClick is a Chrome extension developed by https://sports.yahoo.com, and its main feature is "Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more".

Extension Screenshots

screenshot
screenshot

Download Yahoo Sports OneClick Extension CRX File

Download Yahoo Sports OneClick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Yahoo Sports OneClick Yahoo Sports OneClick
ID higogmgapadcfllkpjalnkhkgiifncob
Official URL https://chromewebstore.google.com/detail/yahoo-sports-oneclick/higogmgapadcfllkpjalnkhkgiifncob
Description Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more
File Size 892 KB
Installation Count 9,137
Current Version 11
Last Updated 2023-07-16
Publish Date 2019-12-08
Rating 4.70/5 Total 27 Ratings
Developer https://sports.yahoo.com
Email [email protected]
Payment Type free
Extension Website http://www.sports.yahoo.com
Help Page URL https://help.yahoo.com/kb/sports-news
Supported Languages 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"
        }
    ]
}