CrickScore

Get all the cricket sores

Cos'è CrickScore?

CrickScore è un'estensione di Chrome sviluppata da Ritesh Bhatt, e la sua funzione principale è "Get all the cricket sores".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CrickScore

Scarica i file di estensione CrickScore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
URL Ufficiale https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
Descrizione Get all the cricket sores
Dimensione del File 133 KB
Conteggio Installazioni 140
Versione Corrente 1.1
Ultimo Aggiornamento 2022-12-12
Data di Pubblicazione 2017-06-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ritesh Bhatt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}