Lichess Friends List Opener
Automatically opens the lichess friends list box.
Lichess Friends List Openerคืออะไร?
Lichess Friends List Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brooksdev และคุณลักษณะหลักของมันคือ "Automatically opens the lichess friends list box."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess Friends List Opener
ดาวน์โหลดไฟล์ส่วนขยาย Lichess Friends List Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lichess Friends List Opener |
ID | fbgmmcohdjhodafiajocpklmaikfhlai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai |
คำอธิบาย | Automatically opens the lichess friends list box. |
ขนาดไฟล์ | 13 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-09-02 |
วันที่เผยแพร่ | 2020-08-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | brooksdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lichess Friends List Opener", "version": "1.3", "description": "Automatically opens the lichess friends list box.", "icons": { "192": "lichess-favicon-192.png" }, "web_accessible_resources": [ "\/main.js" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "inject.js" ] } ], "manifest_version": 2 } |