Extented ESO Forum
Simple plugin to extend the ESO forum.
Extented ESO Forumคืออะไร?
Extented ESO Forum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zskullfox และคุณลักษณะหลักของมันคือ "Simple plugin to extend the ESO forum."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extented ESO Forum
ดาวน์โหลดไฟล์ส่วนขยาย Extented ESO Forum ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin extend the Elder Scrolls Online Forum. It removes the oversized header and add a bar for the live serverstatus. It also adds endless scrolling in the discussions and a "Hide nerf threads" option.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Extented ESO Forum |
ID | nkbgandjpcgmdjkdokndjnhpimplpffc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc |
คำอธิบาย | Simple plugin to extend the ESO forum. |
ขนาดไฟล์ | 74.33 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2017-08-14 |
วันที่เผยแพร่ | 2017-08-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | zskullfox |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extented ESO Forum", "version": "0.1.3", "description": "Simple plugin to extend the ESO forum.", "homepage_url": "https:\/\/github.com\/Skullfox\/extented-eso-forum", "web_accessible_resources": [ "jquery.min.js", "content.js", "css\/*.css" ], "options_page": "options.html", "browser_action": { "default_icon": "icon\/48.png", "default_popup": "options.html", "default_title": "Extended Eso Forum" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "https:\/\/forums.elderscrollsonline.com\/*", "http:\/\/www.elderscrollsonline.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon\/128.png", "16": "icon\/16.png", "48": "icon\/48.png" }, "permissions": [ "https:\/\/live-services.elderscrollsonline.com\/status\/realms", "storage" ] } |