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