Time Odds For Lichess

Easily give time odds to your opponent.

Apa itu Time Odds For Lichess?

Time Odds For Lichess adalah ekstensi Chrome yang dikembangkan oleh Team Doko, dan fitur utamanya adalah "Easily give time odds to your opponent.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Time Odds For Lichess

Unduh file ekstensi Time Odds For Lichess dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Time Odds For Lichess Time Odds For Lichess
ID fmkpgandankbklomijglcfmnmafjflpj
URL Resmi https://chromewebstore.google.com/detail/time-odds-for-lichess/fmkpgandankbklomijglcfmnmafjflpj
Deskripsi Easily give time odds to your opponent.
Ukuran File 20.53 KB
Jumlah Instalasi 151
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-09-11
Tanggal Publikasi 2022-01-25
Pengembang Team Doko
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://teamdoko.com/products/time-odds-for-lichess/
URL Halaman Bantuan https://teamdoko.com/support/
URL Halaman Kebijakan Privasi https://teamdoko.com/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}