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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}