Cricket Companion

Companion extension for the battrick website

Wat is Cricket Companion?

Cricket Companion is een Chrome-extensie ontwikkeld door Jon Winstanley, en de belangrijkste functie is "Companion extension for the battrick website".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cricket Companion

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

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

Basisinformatie over de Extensie

Naam Cricket Companion Cricket Companion
ID hjljkolgoeoofgjdaojmlpjbfignabee
Officiële URL https://chromewebstore.google.com/detail/cricket-companion/hjljkolgoeoofgjdaojmlpjbfignabee
Beschrijving Companion extension for the battrick website
Bestandsgrootte 126 KB
Aantal Installaties 13
Huidige Versie 1.0
Laatst Bijgewerkt 2024-02-22
Publicatiedatum 2017-02-24
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Jon Winstanley
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://gloriouspubs.com/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}