Better MLG.tv

Improves the watching experience of the MLG.tv player.

Vad är Better MLG.tv?

Better MLG.tv är en Chrome-tillägg utvecklad av absolutestealth, och dess huvudfunktion är "Improves the watching experience of the MLG.tv player.".

Tilläggsskärmbilder

screenshot

Ladda ner Better MLG.tv-förlängningens CRX-fil

Ladda ner Better MLG.tv-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
Officiell webbadress https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Beskrivning Improves the watching experience of the MLG.tv player.
Filstorlek 16.33 KB
Antal Installationer 577
Aktuell Version 0.3
Senast Uppdaterad 2014-02-11
Publiceringsdatum 2014-02-11
Betyg 4.40/5 Totalt 62 Betyg
Utvecklare absolutestealth
Betalningssätt free
Stödda Språk 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\/*"
    ]
}