MixUp
🤙 Unofficial Mixer.com tweaks & extensions
MixUp란 무엇입니까?
MixUp은(는) Software Punt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🤙 Unofficial Mixer.com tweaks & extensions"입니다.
확장 프로그램 스크린샷
MixUp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |