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.

Live Cricket Score Barとは何ですか?

Live Cricket Score Barはhttps://scoreal.appgo.inによって開発されたChromeの拡張機能で、その主な機能は「Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Live Cricket Score Bar拡張機能のCRXファイルをダウンロード

Live Cricket Score Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Live Cricket Score Bar Live Cricket Score Bar
ID gnpcccdfbmbpdhheipohfipmmkpfclek
公式URL https://chromewebstore.google.com/detail/live-cricket-score-bar/gnpcccdfbmbpdhheipohfipmmkpfclek
説明 Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.
ファイルサイズ 613 KB
インストール数 5,046
現在のバージョン 1.0.5
最終更新日 2023-04-19
公開日 2019-10-18
評価 3.36/5 合計 14 レビュー
開発者 https://scoreal.appgo.in
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scoreal.appgo.in/
ヘルプページのURL https://scoreal.appgo.in/help
プライバシーポリシーページのURL https://appgo.in/pages
対応言語 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"
}