CrickScore

Get all the cricket sores

What is CrickScore?

CrickScore is a Chrome extension developed by Ritesh Bhatt, and its main feature is "Get all the cricket sores".

Extension Screenshots

screenshot

Download CrickScore Extension CRX File

Download CrickScore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CrickScore CrickScore
ID kgdnihichnkpnlfgmjlaallpmolecljo
Official URL https://chromewebstore.google.com/detail/crickscore/kgdnihichnkpnlfgmjlaallpmolecljo
Description Get all the cricket sores
File Size 133 KB
Installation Count 140
Current Version 1.1
Last Updated 2022-12-12
Publish Date 2017-06-27
Rating 5.00/5 Total 3 Ratings
Developer Ritesh Bhatt
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}