Lichess Random Challenge
Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org
Cos'è Lichess Random Challenge?
Lichess Random Challenge è un'estensione di Chrome sviluppata da DaciteRocks, e la sua funzione principale è "Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lichess Random Challenge
Scarica i file di estensione Lichess Random Challenge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows user to accept a random subscriber, random challenger, and delete all challenges. Added delete all challenges for (twitch.tv/imrosen)
Informazioni di Base sull'Estensione
Nome | Lichess Random Challenge |
ID | dbfiajmohmadhlkpokgbikikeppjmibd |
URL Ufficiale | https://chromewebstore.google.com/detail/lichess-random-challenge/dbfiajmohmadhlkpokgbikikeppjmibd |
Descrizione | Allows accepting a random (subscriber) challenge and allows deleting all challenges on Lichess.org |
Dimensione del File | 147 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-03-16 |
Data di Pubblicazione | 2021-03-16 |
Sviluppatore | DaciteRocks |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |