Forum Enhancer Kit
Adds some deleted features to LoL forums
什麼是Forum Enhancer Kit?
Forum Enhancer Kit是由http://fek.worreh.com開發的Chrome擴展程式,該擴展的主要功能是“Adds some deleted features to LoL forums”。
擴展截圖
下載Forum Enhancer Kit擴展crx文件
下載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 |
官方網址 | 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" ] } |