Chess.com ELO Hider
don't let your opponent's ELO throw your game off
ما هو Chess.com ELO Hider؟
Chess.com ELO Hider هو إضافة Chrome تم تطويرها بواسطة nealconwayp، والميزة الرئيسية لها هي "don't let your opponent's ELO throw your game off".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chess.com ELO Hider
قم بتنزيل ملفات الامتداد Chess.com ELO Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hides your opponents ELO on chess.com so that you can focus on the game without underestimating low level opponents or worrying about high level opponents
معلومات أساسية عن التمديد
الاسم | Chess.com ELO Hider |
ID | algbmpafljejbnjfkldpeiclheoglelf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chesscom-elo-hider/algbmpafljejbnjfkldpeiclheoglelf |
الوصف | don't let your opponent's ELO throw your game off |
حجم الملف | 11.9 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2021-05-20 |
تاريخ النشر | 2021-05-19 |
تقييم | 3.75/5 مجموع تقييمات 4 |
المطور | nealconwayp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess.com ELO Hider", "description": "don't let your opponent's ELO throw your game off", "version": "0.1.1", "manifest_version": 2, "icons": { "16": ".\/icon16.png", "32": ".\/icon32.png", "48": ".\/icon48.png", "128": ".\/icon128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "options_page": ".\/options.html", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/www.chess.com\/*" ] } |