MixUp

🤙 Unofficial Mixer.com tweaks & extensions

O que é MixUp?

MixUp é uma extensão do Chrome desenvolvida por Software Punt, e sua principal característica é "🤙 Unofficial Mixer.com tweaks & extensions".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MixUp

Baixe arquivos de extensão MixUp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Unofficial enhancement suite for Mixer.com. 

Main features:
→ 🍿 Theater mode button
→ 👍 No more chat scroll animation
→ 🧹 Clean up the interface

Full list of current tweaks:
→ Add theater mode button to player
→ Prevent chat "smooth scroll" / jump animation
→ Badges before usernames in messages
→ Black video background, no image
→ Make top navigation bar less noisy
→ Hide "get embers" button in navigation (you can still buy via menus)
→ Hide upsell tooltip when hovering top-right username
→ Hide skill animations in chat
→ Hide top cheer leaderboard above chat
→ Hide language button in navigation
→ Hide homepage promos ("watch ninja!")

Future ideas, if people are interested:
→ Toggles and settings in a nice UI for all of this
→ Third party emotes
+ Let me know your ideas and suggestions!

-------------------------------------------------------------------------------------

👉 Me:
https://mixer.com/LookAtHippo

👉 Reddit discussion:
https://www.reddit.com/r/mixer/comments/clkhdj/release_chrome_extension_for_mixer_mixup/

👉 GitHub (Source code):
https://github.com/roydejong/mixup                    

Informações Básicas da Extensão

Nome MixUp MixUp
ID pkakpbfnigecmajbogmmihgokhdcldhf
URL Oficial https://chromewebstore.google.com/detail/mixup/pkakpbfnigecmajbogmmihgokhdcldhf
Descrição 🤙 Unofficial Mixer.com tweaks & extensions
Tamanho do Arquivo 21.76 KB
Contagem de Instalações 26
Versão Atual 1.1.0
Última Atualização 2019-08-04
Data de Publicação 2019-08-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Software Punt
Tipo de Pagamento free
Site da Extensão https://mixer.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MixUp",
    "version": "1.1.0",
    "description": "\ud83e\udd19 Unofficial Mixer.com tweaks & extensions",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mixer.com\/*",
                "https:\/\/mixer.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/mixer.com\/*",
        "https:\/\/mixer.com\/*"
    ],
    "icons": {
        "160": "mixup.png"
    }
}