Better MLG.tv

Improves the watching experience of the MLG.tv player.

What is Better MLG.tv?

Better MLG.tv is a Chrome extension developed by absolutestealth, and its main feature is "Improves the watching experience of the MLG.tv player.".

Extension Screenshots

screenshot

Download Better MLG.tv Extension CRX File

Download Better MLG.tv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
Official URL https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Description Improves the watching experience of the MLG.tv player.
File Size 16.33 KB
Installation Count 577
Current Version 0.3
Last Updated 2014-02-11
Publish Date 2014-02-11
Rating 4.40/5 Total 62 Ratings
Developer absolutestealth
Payment Type free
Supported Languages 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\/*"
    ]
}