Yahoo Sports OneClick

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

Apa itu Yahoo Sports OneClick?

Yahoo Sports OneClick adalah ekstensi Chrome yang dikembangkan oleh https://sports.yahoo.com, dan fitur utamanya adalah "Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Yahoo Sports OneClick

Unduh file ekstensi Yahoo Sports OneClick dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Yahoo Sports OneClick Yahoo Sports OneClick
ID higogmgapadcfllkpjalnkhkgiifncob
URL Resmi https://chromewebstore.google.com/detail/yahoo-sports-oneclick/higogmgapadcfllkpjalnkhkgiifncob
Deskripsi Yahoo Sports extension for displaying real-time game scores for all the top leagues, NFL, MLB, NBA, NHL, NCAA and more
Ukuran File 892 KB
Jumlah Instalasi 9,137
Versi Saat Ini 11
Terakhir Diperbarui 2023-07-16
Tanggal Publikasi 2019-12-08
Penilaian 4.70/5 Total 27 Penilaian
Pengembang https://sports.yahoo.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.sports.yahoo.com
URL Halaman Bantuan https://help.yahoo.com/kb/sports-news
Bahasa yang Didukung 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"
        }
    ]
}