lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
ما هو lichess-timewarning؟
lichess-timewarning هو إضافة Chrome تم تطويرها بواسطة Vincent Simard، والميزة الرئيسية لها هي "Warns lichess.org players when they are low on time with an audio sample".
تحميل ملف CRX للإضافة lichess-timewarning
قم بتنزيل ملفات الامتداد lichess-timewarning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
الوصف | Warns lichess.org players when they are low on time with an audio sample |
حجم الملف | 27.76 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2014-10-20 |
تاريخ النشر | 2014-10-20 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | Vincent Simard |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-timewarning", "version": "0.1.4", "manifest_version": 2, "description": "Warns lichess.org players when they are low on time with an audio sample", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-timewarning.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |