Time Odds For Lichess

Easily give time odds to your opponent.

ما هو Time Odds For Lichess؟

Time Odds For Lichess هو إضافة Chrome تم تطويرها بواسطة Team Doko، والميزة الرئيسية لها هي "Easily give time odds to your opponent.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Time Odds For Lichess

قم بتنزيل ملفات الامتداد Time Odds For Lichess بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة https://teamdoko.com/support/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}