Better MLG.tv

Improves the watching experience of the MLG.tv player.

Better MLG.tv क्या है?

Better MLG.tv absolutestealth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the watching experience of the MLG.tv player."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better MLG.tv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
आधिकारिक URL https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
विवरण Improves the watching experience of the MLG.tv player.
फ़ाइल का आकार 16.33 KB
स्थापना संख्या 577
वर्तमान संस्करण 0.3
अंतिम अपडेट 2014-02-11
प्रकाशन तिथि 2014-02-11
रेटिंग 4.40/5 कुल 62 रेटिंग्स
डेवलपर absolutestealth
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}