Better MLG.tv
Improves the watching experience of the MLG.tv player.
Co je Better MLG.tv?
Better MLG.tv je rozšíření Chrome vyvinuté absolutestealth, a jeho hlavní funkcí je „Improves the watching experience of the MLG.tv player.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better MLG.tv
Stáhněte si soubory rozšíření Better MLG.tv ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ofhicgikjomgpimbdkbmffcogangkfhp |
Oficiální URL | https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp |
Popis | Improves the watching experience of the MLG.tv player. |
Velikost souboru | 16.33 KB |
Počet instalací | 577 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2014-02-11 |
Datum Vydání | 2014-02-11 |
Hodnocení | 4.40/5 Celkem 62 Hodnocení |
Vývojář | absolutestealth |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |