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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}