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.

Qu'est-ce que Live Cricket Score Bar ?

Live Cricket Score Bar est une extension Chrome développée par https://scoreal.appgo.in, et sa fonction principale est "Get Live Cricket scores of today's matches updated on real-time. A totally new experience scoreboard as seen on TV broadcasts.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Live Cricket Score Bar

Téléchargez les fichiers d'extension Live Cricket Score Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Live Cricket Score Bar Live Cricket Score Bar
ID gnpcccdfbmbpdhheipohfipmmkpfclek
URL Officiel 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.
Taille du Fichier 613 KB
Nombre d'Installations 5,046
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-04-19
Date de Publication 2019-10-18
Évaluation 3.36/5 Total 14 Évaluations
Développeur https://scoreal.appgo.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://scoreal.appgo.in/
URL de la Page d'Aide https://scoreal.appgo.in/help
URL de la Page de Politique de Confidentialité https://appgo.in/pages
Langues Prises en Charge 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"
}