MixUp
🤙 Unofficial Mixer.com tweaks & extensions
Cos'è MixUp?
MixUp è un'estensione di Chrome sviluppata da Software Punt, e la sua funzione principale è "🤙 Unofficial Mixer.com tweaks & extensions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MixUp
Scarica i file di estensione MixUp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | MixUp |
ID | pkakpbfnigecmajbogmmihgokhdcldhf |
URL Ufficiale | https://chromewebstore.google.com/detail/mixup/pkakpbfnigecmajbogmmihgokhdcldhf |
Descrizione | 🤙 Unofficial Mixer.com tweaks & extensions |
Dimensione del File | 21.76 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-08-04 |
Data di Pubblicazione | 2019-08-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Software Punt |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mixer.com |
Lingue Supportate | 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" } } |