Smart Berserk | Lichess
Tells you when to berserk in a lichess arena tournament game using the power of statistics!
Smart Berserk | Lichessとは何ですか?
Smart Berserk | LichessはAndrewによって開発されたChromeの拡張機能で、その主な機能は「Tells you when to berserk in a lichess arena tournament game using the power of statistics!」です。
拡張機能のスクリーンショット
Smart Berserk | Lichess拡張機能のCRXファイルをダウンロード
Smart Berserk | Lichess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Currently works for 1+0 and 3+0 games. The berserk icon will light up if you should berserk and not change if you shouldn't. 拡張機能の基本情報
| 名前 | |
| ID | gebadcpcikhmmddgcknoiikdikojbphc |
| 公式URL | https://chromewebstore.google.com/detail/smart-berserk-lichess/gebadcpcikhmmddgcknoiikdikojbphc |
| 説明 | Tells you when to berserk in a lichess arena tournament game using the power of statistics! |
| ファイルサイズ | 64.39 KB |
| インストール数 | 140 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-04-19 |
| 公開日 | 2023-04-18 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | Andrew |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/AndrewYatzkan/smart-berserk |
| プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Smart Berserk | Lichess",
"version": "1.0.0",
"description": "Tells you when to berserk in a lichess arena tournament game using the power of statistics!",
"icons": {
"128": "img\/icon.png"
},
"author": "Andrew Yatzkan",
"content_scripts": [
{
"matches": [
"https:\/\/lichess.org\/*"
],
"js": [
"particles.js",
"content.js"
],
"css": [
"gold-icon.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.json"
],
"matches": [
"https:\/\/lichess.org\/*"
]
}
]
} | |