Better MLG.tv

Improves the watching experience of the MLG.tv player.

Cos'è Better MLG.tv?

Better MLG.tv è un'estensione di Chrome sviluppata da absolutestealth, e la sua funzione principale è "Improves the watching experience of the MLG.tv player.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better MLG.tv

Scarica i file di estensione Better MLG.tv in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
URL Ufficiale https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Descrizione Improves the watching experience of the MLG.tv player.
Dimensione del File 16.33 KB
Conteggio Installazioni 577
Versione Corrente 0.3
Ultimo Aggiornamento 2014-02-11
Data di Pubblicazione 2014-02-11
Valutazione 4.40/5 Totale 62 Valutazioni
Sviluppatore absolutestealth
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}