ESEA ADR
Show pug ADR/FPR without inspecting the element
ESEA ADRคืออะไร?
ESEA ADR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sLi และคุณลักษณะหลักของมันคือ "Show pug ADR/FPR without inspecting the element"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESEA ADR
ดาวน์โหลดไฟล์ส่วนขยาย ESEA ADR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
On ESEA match stats pages it looks for commented out html and makes it visible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | kfeanekncamfmpdahnpcbhajiaphkond |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kfeanekncamfmpdahnpcbhajiaphkond |
คำอธิบาย | Show pug ADR/FPR without inspecting the element |
ขนาดไฟล์ | 3.86 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-01-24 |
วันที่เผยแพร่ | 2016-01-24 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | sLi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESEA ADR", "description": "Show pug ADR\/FPR without inspecting the element", "version": "1.1", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/play.esea.net\/*" ], "js": [ "run.js" ] } ], "permissions": [ "tabs", "https:\/\/play.esea.net\/*" ] } |