Better MLG.tv

Improves the watching experience of the MLG.tv player.

什麼是Better MLG.tv?

Better MLG.tv是由absolutestealth開發的Chrome擴展程式,該擴展的主要功能是“Improves the watching experience of the MLG.tv player.”。

擴展截圖

screenshot

下載Better MLG.tv擴展crx文件

下載Better MLG.tv擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}