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.
What is Live Cricket Score Bar?
Live Cricket Score Bar is a Chrome extension developed by https://scoreal.appgo.in, and its main feature is "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.".
Extension Screenshots
Download Live Cricket Score Bar Extension CRX File
Download Live Cricket Score Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Live Cricket Score Bar |
ID | gnpcccdfbmbpdhheipohfipmmkpfclek |
Official URL | https://chromewebstore.google.com/detail/live-cricket-score-bar/gnpcccdfbmbpdhheipohfipmmkpfclek |
Description | Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts. |
File Size | 613 KB |
Installation Count | 5,046 |
Current Version | 1.0.5 |
Last Updated | 2023-04-19 |
Publish Date | 2019-10-18 |
Rating | 3.36/5 Total 14 Ratings |
Developer | https://scoreal.appgo.in |
[email protected] | |
Payment Type | free |
Extension Website | https://scoreal.appgo.in/ |
Help Page URL | https://scoreal.appgo.in/help |
Privacy Policy Page URL | https://appgo.in/pages |
Supported Languages | 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" } |