Sound Booster

Install Sound Booster extension to increase the volume up to 400%

Sound Booster란 무엇입니까?

Sound Booster은(는) https://soundbooster.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install Sound Booster extension to increase the volume up to 400%"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sound Booster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Increase and boost your browser sound up to 400%. Get the Sound booster chrome extension which increases or decreases system volume with one click. It supports any tab on the chrome browser and the changes will be stored on that actively streaming video

Here is how to use Sound Booster Extension:
>>Get the addon from Chrome web store
>>Visit any tab that plays the audio
>>Click on the extension icon and choose the Sound boost range
>>The extension supports up to 400% of increase volume

Sound Booster Features:
>>Increase sound by 400%
>>Decrease sound to zero
>>One click changes
>>Supports any site

Version 1.0.3 
>> Bug Fixes

Version 1.0.2
>> Bug Fixes

Version 1.0.1 
>> Bug Fixes

Version 1.0.0 
>> Brand New UI/UX 

Version 0.0.2 :
>> UI/UX improvement
>> Mute bug fix
>> Sound quality improvement                    

확장 프로그램 기본 정보

이름 Sound Booster Sound Booster
ID jikgjlbgdocjaglnihmgifcipikbghmb
공식 URL https://chrome.google.com/webstore/detail/sound-booster/jikgjlbgdocjaglnihmgifcipikbghmb
설명 Install Sound Booster extension to increase the volume up to 400%
파일 크기 331 KB
설치 횟수 100,000
현재 버전 1.0.3
최근 업데이트 2022-08-30
출시 날짜 2021-12-04
평점 4.41/5 총 49 개의 평점
개발자 https://soundbooster.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://soundbooster.app
개인정보 보호 정책 페이지 URL https://soundbooster.app/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Booster",
    "description": "Install Sound Booster extension to increase the volume up to 400%",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon 16.png",
        "64": "icon 64.png",
        "128": "icon 128.png",
        "720": "icon 720.png",
        "1000": "icon 1000.png"
    },
    "web_accessible_resources": [
        "public\/*"
    ],
    "permissions": [
        "tabs",
        "tabCapture",
        "storage"
    ]
}