Lichess Friends List Opener

Automatically opens the lichess friends list box.

ما هو Lichess Friends List Opener؟

Lichess Friends List Opener هو إضافة Chrome تم تطويرها بواسطة brooksdev، والميزة الرئيسية لها هي "Automatically opens the lichess friends list box.".

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

screenshot

تحميل ملف CRX للإضافة Lichess Friends List Opener

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

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

                        This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.                    

معلومات أساسية عن التمديد

الاسم Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
عنوان URL الرسمي https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
الوصف Automatically opens the lichess friends list box.
حجم الملف 13 KB
عدد التثبيتات 50
النسخة الحالية 1.3
آخر تحديث 2020-09-02
تاريخ النشر 2020-08-20
تقييم 5.00/5 مجموع تقييمات 2
المطور brooksdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Friends List Opener",
    "version": "1.3",
    "description": "Automatically opens the lichess friends list box.",
    "icons": {
        "192": "lichess-favicon-192.png"
    },
    "web_accessible_resources": [
        "\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}