Better MLG.tv

Improves the watching experience of the MLG.tv player.

Что такое Better MLG.tv?

Better MLG.tv - это расширение Chrome, разработанное absolutestealth, и его основная функция - "Improves the watching experience of the MLG.tv player.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Better MLG.tv

Скачайте файлы расширений 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
Официальный 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\/*"
    ]
}