MixUp

🤙 Unofficial Mixer.com tweaks & extensions

MixUp là gì?

MixUp là một tiện ích mở rộng Chrome được phát triển bởi Software Punt, và tính năng chính của nó là "🤙 Unofficial Mixer.com tweaks & extensions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MixUp

Tải xuống các tệp mở rộng MixUp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MixUp MixUp
ID pkakpbfnigecmajbogmmihgokhdcldhf
URL Chính Thức https://chromewebstore.google.com/detail/mixup/pkakpbfnigecmajbogmmihgokhdcldhf
Mô tả 🤙 Unofficial Mixer.com tweaks & extensions
Kích Thước Tệp 21.76 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-08-04
Ngày Phát Hành 2019-08-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Software Punt
Loại Thanh Toán free
Trang Web Mở Rộng https://mixer.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}