MixrElixr

Enhances the Mixer experience with custom emotes, new features, and tons of options.

Τι είναι το MixrElixr;

Το MixrElixr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Team Crowbar, και η κύρια λειτουργία του είναι "Enhances the Mixer experience with custom emotes, new features, and tons of options.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The most full featured and loved extension for Mixer!

MixrElixr enhances your Mixer viewing experience with emotes, tons of options, and new features. It also allows you to see if your favorite streamers are currently live without having to go to Mixer!

Features
  • Custom emotes (Channel and Global)
  • Improves Mixer's UI (declutters navigation bar, enlarges video feed size) 
  • Theater mode
  • Dark theme
  • Displays which streamers you follow are live now via toolbar menu.
  • Ability to favorite streamers so its easier to tell when they are online.
  • Automation:
    • Auto close MixPlay.
    • Auto close Costreams.
    • Auto mute streams
    • Auto forward on host
    • Auto mute stream on host
  • Desktop notifications
  • Tons of chat improvements and options
    • Declutter chat (hide avatars/progression levels/leaderboard/etc)
    • Highlight messages that mention you
    • Define custom highlight keywords
    • "Ignore" users so you don't have to see their messages
    • Display a timestamp for every message
    • Hide deleted messages
    • Hide blacklisted words
    • Increase text size
    • Show image links inline (with options to restrict the users this works for. IE Mods only!)
  • Remove featured streams on the Homepage
  • Alert you when there is Mixer.com service outages

How to use:
  • Install the extension
  • Change settings to your liking by clicking the Elixr toolbar icon.
  • Visit Mixer and enjoy!

Have ideas to improve this? Please let us know!

Disclaimer: 
  MixrElixr is neither created nor endorsed by Mixer or Microsoft. It is created by the community for the community. If you have questions or concerns, please reach out to us: twitter.com/mixrelixr

Also please note that any feature in Elixr could break at any time if the Mixer site gets updated in a way that Elixr depends on. We will try to patch these issues as quickly as we can when they arise.                    

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

Όνομα MixrElixr MixrElixr
ID mmfbdcekojokeeonagpnlpoklelkcjon
Επίσημο URL https://chromewebstore.google.com/detail/mixrelixr/mmfbdcekojokeeonagpnlpoklelkcjon
Περιγραφή Enhances the Mixer experience with custom emotes, new features, and tons of options.
Μέγεθος Αρχείου 1.23 MB
Αριθμός Εγκαταστάσεων 3,310
Τρέχουσα Έκδοση 2.12.0
Τελευταία Ενημέρωση 2020-06-05
Ημερομηνία Δημοσίευσης 2020-06-04
Αξιολόγηση 4.71/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής Team Crowbar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://crowbartools.com/community-tools/mixrelixr/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/crowbartools/MixrElixr
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MixrElixr",
    "description": "Enhances the Mixer experience with custom emotes, new features, and tons of options.",
    "version": "2.12.0",
    "manifest_version": 2,
    "icons": {
        "16": "resources\/images\/elixr-light-16.png",
        "48": "resources\/images\/elixr-light-48.png",
        "128": "resources\/images\/elixr-light-128.png"
    },
    "browser_action": {
        "default_title": "MixrElixr",
        "default_icon": "\/resources\/images\/elixr-light-16.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "\/background\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "resources\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mixer.com\/*"
            ],
            "exclude_globs": [
                "*\/api\/*"
            ],
            "css": [
                "\/injected-content\/injected-content.css"
            ],
            "js": [
                "\/injected-content\/injected-content.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mixer.com\/*",
            "*:\/\/*.mixerusercontent.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "background",
        "*:\/\/mixer.com\/*",
        "*:\/\/crowbartools.com\/*",
        "*:\/\/*.mixrelixr.com\/*"
    ]
}