LichessARC
Allows accepting a random challenge on Lichess.org
Wat is LichessARC?
LichessARC is een Chrome-extensie ontwikkeld door GitProphet, en de belangrijkste functie is "Allows accepting a random challenge on Lichess.org".
Extensie Screenshots
Download het CRX-bestand van de extensie LichessARC
Download LichessARC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
https://github.com/SimonLammer/lichess-accept-random-challenge
Basisinformatie over de Extensie
Naam | LichessARC |
ID | kbfljnbakebelbhioimnbilgkplibfec |
Officiële URL | https://chromewebstore.google.com/detail/lichessarc/kbfljnbakebelbhioimnbilgkplibfec |
Beschrijving | Allows accepting a random challenge on Lichess.org |
Bestandsgrootte | 10.79 KB |
Aantal Installaties | 101 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-05-25 |
Publicatiedatum | 2019-05-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | GitProphet |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/SimonLammer/lichess-accept-random-challenge |
Ondersteunde Talen | 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" ] } ] } |