Time Odds For Lichess

Easily give time odds to your opponent.

What is Time Odds For Lichess?

Time Odds For Lichess is a Chrome extension developed by Team Doko, and its main feature is "Easily give time odds to your opponent.".

Extension Screenshots

screenshot
screenshot

Download Time Odds For Lichess Extension CRX File

Download Time Odds For Lichess 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

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

Extension Basic Information

Name Time Odds For Lichess Time Odds For Lichess
ID fmkpgandankbklomijglcfmnmafjflpj
Official URL https://chromewebstore.google.com/detail/time-odds-for-lichess/fmkpgandankbklomijglcfmnmafjflpj
Description Easily give time odds to your opponent.
File Size 20.53 KB
Installation Count 151
Current Version 1.0.0
Last Updated 2022-09-11
Publish Date 2022-01-25
Developer Team Doko
Email [email protected]
Payment Type free
Extension Website https://teamdoko.com/products/time-odds-for-lichess/
Help Page URL https://teamdoko.com/support/
Privacy Policy Page URL https://teamdoko.com/privacy
Supported Languages 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"
            ]
        }
    ]
}