LichessARC
Allows accepting a random challenge on Lichess.org
什么是LichessARC?
LichessARC是由GitProphet开发的Chrome扩展程序,该扩展的主要功能是“Allows accepting a random challenge on Lichess.org”。
扩展截图
下载LichessARC扩展crx文件
下载LichessARC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
https://github.com/SimonLammer/lichess-accept-random-challenge 扩展基本信息
| 名称 | |
| ID | kbfljnbakebelbhioimnbilgkplibfec |
| 官方URL | https://chromewebstore.google.com/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec |
| 简介 | Allows accepting a random challenge on Lichess.org |
| 文件大小 | 10.79 KB |
| 安装次数 | 101 |
| 当前版本 | 1.2 |
| 更新时间 | 2019-05-25 |
| 上架时间 | 2019-05-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | GitProphet |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/SimonLammer/lichess-accept-random-challenge |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LichessARC",
"author": "Simon Lammer",
"description": "Allows accepting a random challenge on Lichess.org",
"version": "1.2",
"homepage_url": "https:\/\/github.com\/SimonLammer\/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"
]
}
]
} | |