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 |
| 电子邮箱 | [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"
]
}
]
} | |