Cricket Companion

Companion extension for the battrick website

What is Cricket Companion?

Cricket Companion is a Chrome extension developed by Jon Winstanley, and its main feature is "Companion extension for the battrick website".

Extension Screenshots

screenshot
screenshot

Download Cricket Companion Extension CRX File

Download Cricket Companion 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

                        The Cricket Companion extension makes a few small changes to the design and functionality of the amazing cult cricket game, Battrick.                    

Extension Basic Information

Name Cricket Companion Cricket Companion
ID hjljkolgoeoofgjdaojmlpjbfignabee
Official URL https://chromewebstore.google.com/detail/cricket-companion/hjljkolgoeoofgjdaojmlpjbfignabee
Description Companion extension for the battrick website
File Size 126 KB
Installation Count 13
Current Version 1.0
Last Updated 2024-02-22
Publish Date 2017-02-24
Rating 4.33/5 Total 3 Ratings
Developer Jon Winstanley
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gloriouspubs.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cricket Companion",
    "version": "1.0",
    "description": "Companion extension for the battrick website",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.min.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "scripts.min.js"
            ],
            "matches": [
                "http:\/\/battrick.org\/*",
                "https:\/\/battrick.org\/*",
                "http:\/\/www.battrick.org\/*",
                "https:\/\/www.battrick.org\/*"
            ]
        }
    ]
}