LichessARC
Allows accepting a random challenge on Lichess.org
What is LichessARC?
LichessARC is a Chrome extension developed by GitProphet, and its main feature is "Allows accepting a random challenge on Lichess.org".
Extension Screenshots
Download LichessARC Extension CRX File
Download LichessARC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://github.com/SimonLammer/lichess-accept-random-challenge
Extension Basic Information
Name | LichessARC |
ID | kbfljnbakebelbhioimnbilgkplibfec |
Official URL | https://chromewebstore.google.com/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec |
Description | Allows accepting a random challenge on Lichess.org |
File Size | 10.79 KB |
Installation Count | 101 |
Current Version | 1.2 |
Last Updated | 2019-05-25 |
Publish Date | 2019-05-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | GitProphet |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SimonLammer/lichess-accept-random-challenge |
Supported Languages | 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" ] } ] } |