Live Cricket Score Bar

Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.

Apa itu Live Cricket Score Bar?

Live Cricket Score Bar adalah ekstensi Chrome yang dikembangkan oleh https://scoreal.appgo.in, dan fitur utamanya adalah "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Live Cricket Score Bar

Unduh file ekstensi Live Cricket Score Bar 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

                        A totally new experience scoreboard for all matches globally played, in the same way as seen on TV broadcasts. All Live Cricket scores of today's matches updated in real-time.

Features:
- Live Score Updates
- Partnership Score
- Ball by ball update for previous and current over
- Last Wicket and commentary
- Current Run Rate, Targeted Score
- Count Down Score on each Ball
- Watch Live Broadcast for Each Exclusive Match                    

Informasi Dasar Ekstensi

Nama Live Cricket Score Bar Live Cricket Score Bar
ID gnpcccdfbmbpdhheipohfipmmkpfclek
URL Resmi https://chromewebstore.google.com/detail/live-cricket-score-bar/gnpcccdfbmbpdhheipohfipmmkpfclek
Deskripsi Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.
Ukuran File 613 KB
Jumlah Instalasi 5,046
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-04-19
Tanggal Publikasi 2019-10-18
Penilaian 3.36/5 Total 14 Penilaian
Pengembang https://scoreal.appgo.in
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://scoreal.appgo.in/
URL Halaman Bantuan https://scoreal.appgo.in/help
URL Halaman Kebijakan Privasi https://appgo.in/pages
Bahasa yang Didukung en
manifest.json
{
    "name": "Live Cricket Score Bar",
    "short_name": "Live Score Bar",
    "description": "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.",
    "manifest_version": 3,
    "version": "1.0.5",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "icon\/16.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        },
        "default_title": "Live Score Bar",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}