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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |