Better MLG.tv

Improves the watching experience of the MLG.tv player.

Qu'est-ce que Better MLG.tv ?

Better MLG.tv est une extension Chrome développée par absolutestealth, et sa fonction principale est "Improves the watching experience of the MLG.tv player.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better MLG.tv

Téléchargez les fichiers d'extension Better MLG.tv au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
URL Officiel https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Description Improves the watching experience of the MLG.tv player.
Taille du Fichier 16.33 KB
Nombre d'Installations 577
Version Actuelle 0.3
Dernière Mise à Jour 2014-02-11
Date de Publication 2014-02-11
Évaluation 4.40/5 Total 62 Évaluations
Développeur absolutestealth
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}