CrickScore

Get all the cricket sores

Wat is CrickScore?

CrickScore is een Chrome-extensie ontwikkeld door Ritesh Bhatt, en de belangrijkste functie is "Get all the cricket sores".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CrickScore

Download CrickScore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
Officiële URL https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
Beschrijving Get all the cricket sores
Bestandsgrootte 133 KB
Aantal Installaties 140
Huidige Versie 1.1
Laatst Bijgewerkt 2022-12-12
Publicatiedatum 2017-06-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ritesh Bhatt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}