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"입니다.

확장 프로그램 스크린샷

screenshot

Forum Enhancer Kit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Forum Enhancer Kit Forum Enhancer Kit
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"
    ]
}