MixUp
🤙 Unofficial Mixer.com tweaks & extensions
MixUpとは何ですか?
MixUpはSoftware Puntによって開発されたChromeの拡張機能で、その主な機能は「🤙 Unofficial Mixer.com tweaks & extensions」です。
拡張機能のスクリーンショット
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 |
ID | pkakpbfnigecmajbogmmihgokhdcldhf |
公式URL | 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" } } |