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\/*" ] } |