Volume Master
Up to 600% volume boost
Volume Master란 무엇입니까?
Volume Master은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Up to 600% volume boost"입니다.
확장 프로그램 스크린샷
Volume Master 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The simplest and most reliable volume booster 🚀 Features ⭐️ Up to 600 % volume boost ⭐️ Control volume of any tab ⭐️ Voice boost - makes dialogues and podcasts easier to hear ⭐️ Bass boost - enhance your music with an extra bass ⭐️ Fine-grained control: 0 % - 600 % ⭐️ Switch to any tab playing audio with just one click 🚀 Full screen ⭐️ Chrome prevents you from going to a complete full-screen when using any extension manipulating with sound so you can always see the blue rectangle icon in the tab bar (to be aware of audio is being manipulated). There's no way to bypass it and after all it's a good thing that keeps you safe. However you can improve the situation a bit by pressing F11 (on Windows) or Ctr+Cmd+F (on Mac). Completely free and with no ads Made with ❤️ by Peta Sittek
확장 프로그램 기본 정보
이름 | Volume Master |
ID | jghecgabfgfdldnmbfkhmffcabddioke |
공식 URL | https://chromewebstore.google.com/detail/volume-master/jghecgabfgfdldnmbfkhmffcabddioke |
설명 | Up to 600% volume boost |
파일 크기 | 60.08 KB |
설치 횟수 | 4,577,334 |
현재 버전 | 1.14.4 |
최근 업데이트 | 2023-11-22 |
출시 날짜 | 2020-03-02 |
평점 | 4.80/5 총 33111 개의 평점 |
개발자 | https://petasittek.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.petasittek.com/volume-master/ |
도움말 페이지 URL | https://petasittek.zendesk.com/hc/en-us/requests/new |
개인정보 보호 정책 페이지 URL | https://www.petasittek.com/volume-master/privacy-policy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.14.4", "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_app_name__" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabCapture", "activeTab", "tabs", "storage" ] } |