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.
Was ist Live Cricket Score Bar?
Live Cricket Score Bar ist eine Chrome-Erweiterung, die von https://scoreal.appgo.in entwickelt wurde, und ihr Hauptmerkmal ist "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.".
Erweiterungsscreenshots
Live Cricket Score Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Live Cricket Score Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Live Cricket Score Bar |
ID | gnpcccdfbmbpdhheipohfipmmkpfclek |
Offizielle URL | https://chromewebstore.google.com/detail/live-cricket-score-bar/gnpcccdfbmbpdhheipohfipmmkpfclek |
Beschreibung | Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts. |
Dateigröße | 613 KB |
Installationsanzahl | 5,046 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-04-19 |
Veröffentlichungsdatum | 2019-10-18 |
Bewertung | 3.36/5 Insgesamt 14 Bewertungen |
Entwickler | https://scoreal.appgo.in |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://scoreal.appgo.in/ |
Hilfeseite URL | https://scoreal.appgo.in/help |
URL der Datenschutzrichtlinien-Seite | https://appgo.in/pages |
Unterstützte Sprachen | 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" } |