Lichess Random Challenge
Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
Lichess Random Challengeとは何ですか?
Lichess Random ChallengeはDaciteRocksによって開発されたChromeの拡張機能で、その主な機能は「Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org」です。
拡張機能のスクリーンショット
Lichess Random Challenge拡張機能のCRXファイルをダウンロード
Lichess Random Challenge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows user to accept a random subscriber, random challenger, and delete all challenges. Added delete all challenges for (twitch.tv/imrosen) 拡張機能の基本情報
| 名前 | |
| ID | dbfiajmohmadhlkpokgbikikeppjmibd |
| 公式URL | https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd |
| 説明 | Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org |
| ファイルサイズ | 147 KB |
| インストール数 | 26 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2021-03-16 |
| 公開日 | 2021-03-16 |
| 開発者 | DaciteRocks |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Lichess Random Challenge",
"author": "Simon Lammer, Thijs van den Hout, Connor Wardell",
"description": "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org",
"version": "1.4",
"homepage_url": "https:\/\/github.com\/daciteRocks\/lichess-accept-random-challenge",
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.lichess.org\/*",
"*:\/\/lichess.org\/*"
],
"js": [
"lichessARC.js"
],
"css": [
"lichessARC.css"
]
}
]
} | |