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 |
公式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" ] } |