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.
Vad är Live Cricket Score Bar?
Live Cricket Score Bar är en Chrome-tillägg utvecklad av https://scoreal.appgo.in, och dess huvudfunktion är "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.".
Tilläggsskärmbilder
Ladda ner Live Cricket Score Bar-förlängningens CRX-fil
Ladda ner Live Cricket Score Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | gnpcccdfbmbpdhheipohfipmmkpfclek |
| Officiell webbadress | https://chromewebstore.google.com/detail/live-cricket-score-bar/gnpcccdfbmbpdhheipohfipmmkpfclek |
| Beskrivning | Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts. |
| Filstorlek | 613 KB |
| Antal Installationer | 5,046 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2023-04-19 |
| Publiceringsdatum | 2019-10-18 |
| Betyg | 3.36/5 Totalt 14 Betyg |
| Utvecklare | https://scoreal.appgo.in |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://scoreal.appgo.in/ |
| Hjälpsida URL | https://scoreal.appgo.in/help |
| URL till Sekretesspolicy Sidan | https://appgo.in/pages |
| Stödda Språk | 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"
} | |