Lichess Flags
View a player's country flag next to their username in live and post games! For lichess.org
ما هو Lichess Flags؟
Lichess Flags هو إضافة Chrome تم تطويرها بواسطة Jordan Aitken، والميزة الرئيسية لها هي "View a player's country flag next to their username in live and post games! For lichess.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lichess Flags
قم بتنزيل ملفات الامتداد Lichess Flags بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
View a player's country flag next to their username in live and post games! For lichess.org
معلومات أساسية عن التمديد
الاسم | Lichess Flags |
ID | nnecmpmlkanlehaglkjbmiibipdcppol |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lichess-flags/nnecmpmlkanlehaglkjbmiibipdcppol |
الوصف | View a player's country flag next to their username in live and post games! For lichess.org |
حجم الملف | 209 KB |
عدد التثبيتات | 986 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2021-12-10 |
تاريخ النشر | 2021-05-07 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Jordan Aitken |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lichess Flags", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "script.js", "countryCodes.js" ], "css": [ "styles.css" ] } ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" } } |