Sound Booster Plus

Increase system volume up to 1000% from the maximum level! Boost your system sound.

Sound Booster Plus란 무엇입니까?

Sound Booster Plus은(는) https://volumebooster.ph에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Increase system volume up to 1000% from the maximum level! Boost your system sound."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Sound Booster is an extension that will allow you to increase the sound of your system. It can raise volume level up to 1000%.

Features: 
- Increase the volume of the content being played up to 1000% 
- Works on all sites
- Enable/Disable with single click

How to use Sound booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the volume booster with toggle button.
4. Then, click on the extension icon and choose the Sound boost range.

Recent Changes:
Version 1.1.6 (24-September-2022):
- Minor bug fix

Version 1.1.4 (06-September-2022):
- Bug fix
- Improved UI

Best Volume Master alternative.

**Note: Please reload tabs after installing the extension to make it work.**                    

확장 프로그램 기본 정보

이름 Sound Booster Plus Sound Booster Plus
ID ipmlaaecoiapbecaaalooaocfkkmkbdh
공식 URL https://chrome.google.com/webstore/detail/sound-booster-plus/ipmlaaecoiapbecaaalooaocfkkmkbdh
설명 Increase system volume up to 1000% from the maximum level! Boost your system sound.
파일 크기 206 KB
설치 횟수 115,615
현재 버전 2.1.5
최근 업데이트 2023-04-19
출시 날짜 2022-09-06
평점 4.83/5 총 621 개의 평점
개발자 https://volumebooster.ph
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://volumebooster.ph/
개인정보 보호 정책 페이지 URL https://volumebooster.ph/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.1.5",
    "manifest_version": 2,
    "icons": {
        "128": "image\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "cs.js",
                "theButton.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "activeTab",
        "tabs",
        "storage",
        "tabCapture",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": "image\/logo_128x128.png"
    }
}