Forum Enhancer Kit

Adds some deleted features to LoL forums

¿Qué es Forum Enhancer Kit?

Forum Enhancer Kit es una extensión de Chrome desarrollada por http://fek.worreh.com, y su función principal es "Adds some deleted features to LoL forums".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Forum Enhancer Kit

Descarga archivos de extensión Forum Enhancer Kit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Forum Enhancer Kit Forum Enhancer Kit
ID iejafjpfgdljeoclgemlojoeobgaaphm
URL Oficial https://chrome.google.com/webstore/detail/forum-enhancer-kit/iejafjpfgdljeoclgemlojoeobgaaphm
Descripción Adds some deleted features to LoL forums
Tamaño del Archivo 136 KB
Cantidad de Instalaciones 259
Versión Actual 1.30917
Última Actualización 2013-09-08
Fecha de Publicación 2013-09-08
Calificación 4.58/5 Total de 12 Calificaciones
Desarrollador http://fek.worreh.com
Tipo de Pago free
Sitio Web de la Extensión http://fek.worreh.com
Idiomas Soportados 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"
    ]
}