Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

Volume Booster - Increase the volume란 무엇입니까?

Volume Booster - Increase the volume은(는) https://webaudio.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All audio streams from the browser are converted to surround sound and increase the volume"입니다.

확장 프로그램 스크린샷

screenshot

Volume Booster - Increase the volume 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

확장 프로그램 기본 정보

이름 Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
공식 URL https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
설명 All audio streams from the browser are converted to surround sound and increase the volume
파일 크기 96.03 KB
설치 횟수 157
현재 버전 0.0.9
최근 업데이트 2024-03-04
출시 날짜 2024-01-21
개발자 https://webaudio.online
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webaudio.online/
도움말 페이지 URL https://t.me/WebaudioOnline
개인정보 보호 정책 페이지 URL https://webaudio.online/politika.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}