MX Player Booster
MX Player Booster helps increase system volume up to maximum level.
MX Player Booster란 무엇입니까?
MX Player Booster은(는) AmourH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MX Player Booster helps increase system volume up to maximum level."입니다.
확장 프로그램 스크린샷
MX Player Booster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MX Player Booster is an extension that will allow you to increase the sound of your system. It can raise volume level up to 600%. Easy To Use: 1. Click on our extension logo in your extension bar 2. Open up a Youtube, Spotify, Apple Music, or any tab that produces sound 3. Slide the bar to your comfortable volume - All the way up to 600%
확장 프로그램 기본 정보
이름 | MX Player Booster |
ID | hfcicmgjcofeohgcdbbnhgaffededaio |
공식 URL | https://chromewebstore.google.com/detail/mx-player-booster/hfcicmgjcofeohgcdbbnhgaffededaio |
설명 | MX Player Booster helps increase system volume up to maximum level. |
파일 크기 | 364 KB |
설치 횟수 | 1,838 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2023-01-12 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | AmourH |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/extensions-privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7", "manifest_version": 3, "offline_enabled": true, "name": "MX Player Booster", "description": "MX Player Booster helps increase system volume up to maximum level.", "icons": { "30": "icons\/icon30.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "156": "icons\/icon156.png", "196": "icons\/icon196.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabCapture", "activeTab" ] } |