Volume Controller & Booster
Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately
Volume Controller & Booster란 무엇입니까?
Volume Controller & Booster은(는) AppDeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately"입니다.
확장 프로그램 스크린샷
Volume Controller & Booster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This sound manager has two main features for your Chrome browser: - Increases sound volume for up to 600% - Controls sound volume of each browser tab separately Yes, this little add-on lifts preset restrictions and reveals hidden potential of your speakers, providing much more volume than your browser can by default. You can increase any audio volume for up to 6 times. Additionally Volume Controller and Booster provides a unique option of controlling sound volume of each browser tab separately. Extension interface is simple and user-friendly, it has no extra pop-ups, windows or tabs. No complications, only sound volume slider for your best user experience. How it works: Simply get it to you Chrome, click popup icon and set the desired sound volume level for each tab.
확장 프로그램 기본 정보
이름 | Volume Controller & Booster |
ID | ndamenljbplhpbafapnlbpahdjmknelc |
공식 URL | https://chromewebstore.google.com/detail/volume-controller-booster/ndamenljbplhpbafapnlbpahdjmknelc |
설명 | Sound volume booster for Chrome. Boost your browser sound for up to 600%. Control sound volume of each open tab separately |
파일 크기 | 294 KB |
설치 횟수 | 8,000 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2024-02-06 |
출시 날짜 | 2021-01-23 |
평점 | 4.31/5 총 13 개의 평점 |
개발자 | AppDeveloper |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://minnmeier.wixsite.com/website |
지원되는 언어 | de,en,fr,tr,es,pt-PT,ru,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.2.1", "icons": { "16": "icon\/icon_16.png", "128": "icon\/icon_128.png", "256": "icon\/icon_256.png", "300": "icon\/icon_300.png", "512": "icon\/icon_512.png" }, "action": { "default_icon": { "16": "icon\/icon_16.png" }, "default_popup": "html\/popup.html", "default_title": "__MSG_name__" }, "background": { "service_worker": "\/js\/bg.js" }, "permissions": [ "tabCapture", "tabs", "offscreen", "storage" ] } |