Time Odds For Lichess

Easily give time odds to your opponent.

Hvad er Time Odds For Lichess?

Time Odds For Lichess er en Chrome-udvidelse udviklet af Team Doko, og dens hovedfunktion er "Easily give time odds to your opponent.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Time Odds For Lichess-udvidelses-CRX-fil

Download Time Odds For Lichess-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Time Odds For Lichess Time Odds For Lichess
ID fmkpgandankbklomijglcfmnmafjflpj
Officiel URL https://chromewebstore.google.com/detail/time-odds-for-lichess/fmkpgandankbklomijglcfmnmafjflpj
Beskrivelse Easily give time odds to your opponent.
Filstørrelse 20.53 KB
Antal Installationer 151
Nuværende Version 1.0.0
Senest Opdateret 2022-09-11
Udgivelsesdato 2022-01-25
Udvikler Team Doko
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://teamdoko.com/products/time-odds-for-lichess/
Hjælpeside-URL https://teamdoko.com/support/
URL til Fortrolighedspolitik Side https://teamdoko.com/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}