Better MLG.tv

Improves the watching experience of the MLG.tv player.

Better MLG.tv là gì?

Better MLG.tv là một tiện ích mở rộng Chrome được phát triển bởi absolutestealth, và tính năng chính của nó là "Improves the watching experience of the MLG.tv player.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better MLG.tv

Tải xuống các tệp mở rộng Better MLG.tv dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
URL Chính Thức https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Mô tả Improves the watching experience of the MLG.tv player.
Kích Thước Tệp 16.33 KB
Số Lần Cài Đặt 577
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2014-02-11
Ngày Phát Hành 2014-02-11
Đánh Giá 4.40/5 Tổng số 62 Đánh Giá
Nhà Phát Triển absolutestealth
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}