MixUp
🤙 Unofficial Mixer.com tweaks & extensions
MixUp क्या है?
MixUp Software Punt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🤙 Unofficial Mixer.com tweaks & extensions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MixUp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |