lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
ما هو lichess-hide؟
lichess-hide هو إضافة Chrome تم تطويرها بواسطة Vincent Simard، والميزة الرئيسية لها هي "Allows lichess.org users to hide opponent information, rating and spectator list".
تحميل ملف CRX للإضافة lichess-hide
قم بتنزيل ملفات الامتداد lichess-hide بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
الوصف | Allows lichess.org users to hide opponent information, rating and spectator list |
حجم الملف | 11.53 KB |
عدد التثبيتات | 93 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2016-07-16 |
تاريخ النشر | 2016-07-16 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Vincent Simard |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-hide", "version": "1.0.3", "manifest_version": 2, "description": "Allows lichess.org users to hide opponent information, rating and spectator list", "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-hide.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [], "permissions": [] } |