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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scoreal.appgo.in และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Cricket Score Bar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}