Better Mixer

Theatre mode, cleaner channel and more QoL improvements

Τι είναι το Better Mixer;

Το Better Mixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scooty14, και η κύρια λειτουργία του είναι "Theatre mode, cleaner channel and more QoL improvements".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better Mixer

Λήψη αρχείων επέκτασης Better Mixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Settings page finally released! Now you can turn off features you don't want.

Adds theatre mode to mixer.com. You can toggle the theatre mode with a button or with 'T' key.

Changes the look of chat to look more similar to Twitch.

Sub only chat.

Moe QoL improvements coming soon.

Keep in mind this is 'work in progress' addon, some things might be broken or unfinished and many things will change.
1.8.1:
- Fixed missing Theatre Mode button, removed (disabled for now) top panel hiding when in theatre mode
1.8.0:
- Keyboard control:
   T - theatre mode
   F - fullscreen
   M - mute
   SPACE - pause/resume stream
   LEFT/RIGHT ARROW - volume control
   TAB - focus on chat

- Black background  when in theatre mode

- Removed 'get embers' button

- Everything mentioned above can be turned off in settings

- Moved theatre button to video player

1.7.8:
- fix after mixer update

1.7.X:
- settings
- sub only chat
- automatic full screen

1.6.1:
- fixed problem when a new message in chat was hidden until another message was posted

1.6.0:
- big changes "under the hood" that should imrpove the performace
- fixed misplaced chat after going fullscreen in theatre mode


This extension is not affiliated with Mixer or the Mixer.com website.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better Mixer Better Mixer
ID bfgdchpjiekkajdlalbbolnkgdimajpf
Επίσημο URL https://chromewebstore.google.com/detail/better-mixer/bfgdchpjiekkajdlalbbolnkgdimajpf
Περιγραφή Theatre mode, cleaner channel and more QoL improvements
Μέγεθος Αρχείου 67.86 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.8.1
Τελευταία Ενημέρωση 2020-01-27
Ημερομηνία Δημοσίευσης 2020-01-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής scooty14
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Mixer",
    "version": "1.8.1",
    "author": "Andrej Zb\u00edn",
    "description": "Theatre mode, cleaner channel and more QoL improvements",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_title": "Change settings?",
        "default_popup": "settings.html"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mixer.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/options.js",
                "js\/elements.js",
                "js\/components.js",
                "js\/keyboard.js",
                "js\/theatre.js",
                "js\/cleansite.js",
                "js\/chatmessages.js",
                "js\/index.js"
            ],
            "css": [
                "css\/theatre.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/cleansite\/spark-badges.css",
        "css\/cleansite\/purchase.css",
        "css\/cleansite\/avatars.css",
        "css\/cleansite\/compact.css",
        "css\/chatmessages\/base.css"
    ]
}