Forum Enhancer Kit
Adds some deleted features to LoL forums
Forum Enhancer Kitคืออะไร?
Forum Enhancer Kit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fek.worreh.com และคุณลักษณะหลักของมันคือ "Adds some deleted features to LoL forums"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forum Enhancer Kit
ดาวน์โหลดไฟล์ส่วนขยาย Forum Enhancer Kit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Forum Enhancer adds some missing features to official League of Legends forums. These features include: - Forum avatars - Post history shortcuts - YouTube and Twitch link parser - Blacklist - Forums Themes - Flexify - Thread highlighter Changelog: Current version: 1.30917 - Completely rewritten - Added: -Blacklist -Twitch parser -Themes -Wider forum for wider screens
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iejafjpfgdljeoclgemlojoeobgaaphm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/forum-enhancer-kit/iejafjpfgdljeoclgemlojoeobgaaphm |
คำอธิบาย | Adds some deleted features to LoL forums |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 259 |
เวอร์ชันปัจจุบัน | 1.30917 |
อัปเดตครั้งล่าสุด | 2013-09-08 |
วันที่เผยแพร่ | 2013-09-08 |
คะแนน | 4.58/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | http://fek.worreh.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://fek.worreh.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forum Enhancer Kit", "description": "Adds some deleted features to LoL forums", "version": "1.30917", "content_scripts": [ { "matches": [ "*:\/\/*.leagueoflegends.com\/*" ], "js": [ "scripts\/jquery1.72.js", "scripts\/fekscript.js", "lib\/frostyScrollbar.js", "lib\/mousewheel.js", "lib\/syntaxHighlight.js" ] } ], "permissions": [ "*:\/\/*.leagueoflegends.com\/", "http:\/\/fek.worreh.com\/", "tabs" ], "homepage_url": "http:\/\/fek.worreh.com\/", "web_accessible_resources": [ "stylesheets\/fek.css", "stylesheets\/flexify.css", "stylesheets\/skin-frosted.css", "stylesheets\/skin-gdnight.css", "stylesheets\/syntax.css", "stylesheets\/syntaxHighlight.css", "stylesheets\/syntax\/all-hallows-eve.css", "stylesheets\/syntax\/blackboard.css", "stylesheets\/syntax\/dreamweaver.css", "stylesheets\/syntax\/espresso-libre.css", "stylesheets\/syntax\/github.css", "stylesheets\/syntax\/obsidian.css", "stylesheets\/syntax\/pastie.css", "stylesheets\/syntax\/solarized-dark.css", "stylesheets\/syntax\/solarized-light.css", "stylesheets\/syntax\/sunburst.css", "stylesheets\/syntax\/tomorrow-night.css", "stylesheets\/syntax\/tricolore.css", "stylesheets\/syntax\/twilight.css", "stylesheets\/syntax\/zenburnesque.css", "lib\/frostyScrollbar.js", "lib\/mousewheel.js", "lib\/syntaxHighlight.js", "gfx\/no-avatar-dark.gif", "gfx\/no-avatar-light.gif", "gfx\/postlink.gif", "gfx\/wlist.png", "gfx\/blist.png" ] } |