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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | gnpcccdfbmbpdhheipohfipmmkpfclek |
| 官方網址 | 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"
} | |