MixUp

🤙 Unofficial Mixer.com tweaks & extensions

什麼是MixUp?

MixUp是由Software Punt開發的Chrome擴展程式,該擴展的主要功能是“🤙 Unofficial Mixer.com tweaks & extensions”。

擴展截圖

screenshot
screenshot

下載MixUp擴展crx文件

下載MixUp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 MixUp MixUp
ID pkakpbfnigecmajbogmmihgokhdcldhf
官方網址 https://chromewebstore.google.com/detail/mixup/pkakpbfnigecmajbogmmihgokhdcldhf
簡介 🤙 Unofficial Mixer.com tweaks & extensions
檔案大小 21.76 KB
安裝次數 26
目前版本 1.1.0
更新時間 2019-08-04
上架時間 2019-08-03
評分 5.00/5 共 2 次評分
開發者 Software Punt
付費類型 free
擴展官網 https://mixer.com
支援的語言 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"
    }
}