Chess.com utilities
Extra Chess.com utilities
Chess.com utilitiesคืออะไร?
Chess.com utilities เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lm4rcu5l และคุณลักษณะหลักของมันคือ "Extra Chess.com utilities"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess.com utilities
ดาวน์โหลดไฟล์ส่วนขยาย Chess.com utilities ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extra settings for chess.com. Currently supported settings: - Hide your own rating in live games - Keyboard shortcut: 'y' - Hide the opponents rating in live games - Keyboard shortcut: 'o' - Enable auto start of new games - Keyboard shortcut: 'a'
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chess.com utilities |
ID | bjeankebiaanlljplaebkiekeimiphha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chesscom-utilities/bjeankebiaanlljplaebkiekeimiphha |
คำอธิบาย | Extra Chess.com utilities |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-12-31 |
วันที่เผยแพร่ | 2023-03-29 |
ผู้พัฒนา | lm4rcu5l |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chess.com utilities", "description": "Extra Chess.com utilities", "version": "1.1", "icons": { "128": ".\/images\/icon.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.chess.com\/" ], "action": { "default_popup": "index.html", "default_icon": ".\/images\/pawn.png" }, "background": { "service_worker": ".\/scripts\/background.js" } } |