Better MLG.tv

Improves the watching experience of the MLG.tv player.

¿Qué es Better MLG.tv?

Better MLG.tv es una extensión de Chrome desarrollada por absolutestealth, y su función principal es "Improves the watching experience of the MLG.tv player.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Better MLG.tv

Descarga archivos de extensión Better MLG.tv 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

                        Better MLG.tv improves the watching experience on the Major Leauge Gaming stream platform. 

Version 0.3 - 

- Removes permissions that are unnecessary
- Increases size of stream offline image to fit video player 

Version 0.2 - 

- Permission update to allow plugin to work on tv.majorleaguegaming.com

Version 0.1 -

Changes to MLG.tv Site:

- Increases the size of the video player
- Increases the size of the chat/channels information

*More updates & options will be coming soon*
Created by @AbsoluteStealth                    

Información Básica de la Extensión

Nombre Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
URL Oficial https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Descripción Improves the watching experience of the MLG.tv player.
Tamaño del Archivo 16.33 KB
Cantidad de Instalaciones 577
Versión Actual 0.3
Última Actualización 2014-02-11
Fecha de Publicación 2014-02-11
Calificación 4.40/5 Total de 62 Calificaciones
Desarrollador absolutestealth
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better MLG.tv",
    "short_name": "Better MLG.tv",
    "version": "0.3",
    "description": "Improves the watching experience of the MLG.tv player.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.majorleaguegaming.com\/*",
                "http:\/\/tv.majorleaguegaming.com\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.majorleaguegaming.com\/*",
        "http:\/\/tv.majorleaguegaming.com\/*"
    ]
}