Yahoo Sports OneClick

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

Wat is Yahoo Sports OneClick?

Yahoo Sports OneClick is een Chrome-extensie ontwikkeld door https://sports.yahoo.com, en de belangrijkste functie is "Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Yahoo Sports OneClick

Download Yahoo Sports OneClick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Yahoo Sports OneClick Yahoo Sports OneClick
ID higogmgapadcfllkpjalnkhkgiifncob
Officiële URL https://chromewebstore.google.com/detail/yahoo-sports-oneclick/higogmgapadcfllkpjalnkhkgiifncob
Beschrijving Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more
Bestandsgrootte 892 KB
Aantal Installaties 9,137
Huidige Versie 11
Laatst Bijgewerkt 2023-07-16
Publicatiedatum 2019-12-08
Beoordeling 4.70/5 Totaal 27 Beoordelingen
Ontwikkelaar https://sports.yahoo.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.sports.yahoo.com
Help Pagina-URL https://help.yahoo.com/kb/sports-news
Ondersteunde Talen 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"
        }
    ]
}