Time Odds For Lichess

Easily give time odds to your opponent.

什麼是Time Odds For Lichess?

Time Odds For Lichess是由Team Doko開發的Chrome擴展程式,該擴展的主要功能是“Easily give time odds to your opponent.”。

擴展截圖

screenshot
screenshot

下載Time Odds For Lichess擴展crx文件

下載Time Odds For Lichess擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Time Odds For Lichess Time Odds For Lichess
ID fmkpgandankbklomijglcfmnmafjflpj
官方網址 https://chromewebstore.google.com/detail/time-odds-for-lichess/fmkpgandankbklomijglcfmnmafjflpj
簡介 Easily give time odds to your opponent.
檔案大小 20.53 KB
安裝次數 151
目前版本 1.0.0
更新時間 2022-09-11
上架時間 2022-01-25
開發者 Team Doko
電子郵箱 [email protected]
付費類型 free
擴展官網 https://teamdoko.com/products/time-odds-for-lichess/
說明頁面URL https://teamdoko.com/support/
隱私政策頁面URL https://teamdoko.com/privacy
支援的語言 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"
            ]
        }
    ]
}