Better MLG.tv

Improves the watching experience of the MLG.tv player.

Co to jest Better MLG.tv?

Better MLG.tv to rozszerzenie Chrome opracowane przez absolutestealth, a jego główną funkcją jest „Improves the watching experience of the MLG.tv player.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better MLG.tv

Pobierz pliki rozszerzeń Better MLG.tv w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Better MLG.tv Better MLG.tv
ID ofhicgikjomgpimbdkbmffcogangkfhp
Oficjalny URL https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp
Opis Improves the watching experience of the MLG.tv player.
Rozmiar pliku 16.33 KB
Liczba instalacji 577
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2014-02-11
Data Publikacji 2014-02-11
Ocena 4.40/5 Łącznie 62 Oceny
Deweloper absolutestealth
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}