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.”。
扩展截图
下载Better MLG.tv扩展crx文件
下载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
扩展基本信息
名称 | |
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\/*" ] } |