Time Odds For Lichess
Easily give time odds to your opponent.
Wat is Time Odds For Lichess?
Time Odds For Lichess is een Chrome-extensie ontwikkeld door Team Doko, en de belangrijkste functie is "Easily give time odds to your opponent.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time Odds For Lichess
Download Time Odds For Lichess-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
This extension adds a button to give time odds to your opponent on lichess. That way you don't have to add time to your opponents time in 15 sec increments. After installing this extension look for a new button next to your time. Use this to give your opponent time odds. Click on the gear icon to adjust the odds. (Default is 120s).
Basisinformatie over de Extensie
Naam | Time Odds For Lichess |
ID | fmkpgandankbklomijglcfmnmafjflpj |
Officiële URL | https://chromewebstore.google.com/detail/time-odds-for-lichess/fmkpgandankbklomijglcfmnmafjflpj |
Beschrijving | Easily give time odds to your opponent. |
Bestandsgrootte | 20.53 KB |
Aantal Installaties | 151 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-09-11 |
Publicatiedatum | 2022-01-25 |
Ontwikkelaar | Team Doko |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://teamdoko.com/products/time-odds-for-lichess/ |
Help Pagina-URL | https://teamdoko.com/support/ |
URL van de Privacybeleid Pagina | https://teamdoko.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Odds For Lichess", "description": "Easily give time odds to your opponent.", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.lichess.org\/*" ], "icons": { "16": ".\/images\/time_odds_lichess_16.png", "32": ".\/images\/time_odds_lichess_32.png", "48": ".\/images\/time_odds_lichess_48.png", "128": ".\/images\/time_odds_lichess_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/lichess.org\/*" ], "run_at": "document_end", "js": [ "content.js" ] } ] } |