CrickScore

Get all the cricket sores

Qu'est-ce que CrickScore ?

CrickScore est une extension Chrome développée par Ritesh Bhatt, et sa fonction principale est "Get all the cricket sores".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CrickScore

Téléchargez les fichiers d'extension CrickScore 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

                        This is very simple and easy to use extension that gives you live coverage of cricket matches.                    

Informations de Base sur l'Extension

Nom CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
URL Officiel https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
Description Get all the cricket sores
Taille du Fichier 133 KB
Nombre d'Installations 140
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-12
Date de Publication 2017-06-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur Ritesh Bhatt
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrickScore",
    "description": "Get all the cricket sores",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    }
}