Better MLG.tv
Improves the watching experience of the MLG.tv player.
O que é Better MLG.tv?
Better MLG.tv é uma extensão do Chrome desenvolvida por absolutestealth, e sua principal característica é "Improves the watching experience of the MLG.tv player.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better MLG.tv
Baixe arquivos de extensão Better MLG.tv no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ofhicgikjomgpimbdkbmffcogangkfhp |
URL Oficial | https://chrome.google.com/webstore/detail/better-mlgtv/ofhicgikjomgpimbdkbmffcogangkfhp |
Descrição | Improves the watching experience of the MLG.tv player. |
Tamanho do Arquivo | 16.33 KB |
Contagem de Instalações | 577 |
Versão Atual | 0.3 |
Última Atualização | 2014-02-11 |
Data de Publicação | 2014-02-11 |
Classificação | 4.40/5 Total de 62 Avaliações |
Desenvolvedor | absolutestealth |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |