Cricket Companion
Companion extension for the battrick website
Vad är Cricket Companion?
Cricket Companion är en Chrome-tillägg utvecklad av Jon Winstanley, och dess huvudfunktion är "Companion extension for the battrick website".
Tilläggsskärmbilder
Ladda ner Cricket Companion-förlängningens CRX-fil
Ladda ner Cricket Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Cricket Companion extension makes a few small changes to the design and functionality of the amazing cult cricket game, Battrick.
Grundläggande Information om Tillägg
Namn | Cricket Companion |
ID | hjljkolgoeoofgjdaojmlpjbfignabee |
Officiell webbadress | https://chromewebstore.google.com/detail/cricket-companion/hjljkolgoeoofgjdaojmlpjbfignabee |
Beskrivning | Companion extension for the battrick website |
Filstorlek | 126 KB |
Antal Installationer | 13 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2024-02-22 |
Publiceringsdatum | 2017-02-24 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | Jon Winstanley |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://gloriouspubs.com/privacy |
Stödda Språk | 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\/*" ] } ] } |