Better MLG.tv
Improves the watching experience of the MLG.tv player.
Better MLG.tvคืออะไร?
Better MLG.tv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย absolutestealth และคุณลักษณะหลักของมันคือ "Improves the watching experience of the MLG.tv player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better MLG.tv
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |