Cricket Companion
Companion extension for the battrick website
什麼是Cricket Companion?
Cricket Companion是由Jon Winstanley開發的Chrome擴展程式,該擴展的主要功能是“Companion extension for the battrick website”。
擴展截圖
下載Cricket Companion擴展crx文件
下載Cricket Companion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Cricket Companion extension makes a few small changes to the design and functionality of the amazing cult cricket game, Battrick. 擴展基本資訊
| 名稱 | |
| ID | hjljkolgoeoofgjdaojmlpjbfignabee |
| 官方網址 | https://chromewebstore.google.com/detail/cricket-companion/hjljkolgoeoofgjdaojmlpjbfignabee |
| 簡介 | Companion extension for the battrick website |
| 檔案大小 | 126 KB |
| 安裝次數 | 13 |
| 目前版本 | 1.0 |
| 更新時間 | 2024-02-22 |
| 上架時間 | 2017-02-24 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | Jon Winstanley |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://gloriouspubs.com/privacy |
| 支援的語言 | 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\/*"
]
}
]
} | |