Sound Booster - Boost My Bass

Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.

Sound Booster - Boost My Bass란 무엇입니까?

Sound Booster - Boost My Bass은(는) https://boostmysound.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your video and music volume sound. Increase the volume to the max level and control it of any tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sound Booster - Boost My Bass 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It is a simple and fast way to boost your sound on speakers or headphones. In addition, the sound amplifier helps achieve louder movies, videos, and louder music. Unleash the power of YouTube sound on your browser! Increase the volume to the max level and control it of any tab.

Volume Booster allows you to improve the sound quality in the Chrome browser to get more pleasure from listening to YouTube Music and watching videos. Bass boost to the full. Volume booster boosts by 600%.

It is a free and trusted sound booster extension that lets you separately control sound for any YouTube tab. It is handy when controlling the volume in different browser tabs. For example, you can quickly fade music tracks opened in separate accounts and create other effects.

How to use the sound booster chrome extension:

1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and slide right to boost the sound level.

Listen to your favorite songs/videos on YouTube at maximum volume. Blast out your sound today!                    

확장 프로그램 기본 정보

이름 Sound Booster - Boost My Bass Sound Booster - Boost My Bass
ID plmlopfeeobajiecodiggabcihohcnge
공식 URL https://chromewebstore.google.com/detail/sound-booster-boost-my-ba/plmlopfeeobajiecodiggabcihohcnge
설명 Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.
파일 크기 215 KB
설치 횟수 982,992
현재 버전 3.3.1
최근 업데이트 2024-01-08
출시 날짜 2021-10-11
평점 4.94/5 총 1022 개의 평점
개발자 https://boostmysound.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://boostmysound.com/
개인정보 보호 정책 페이지 URL https://boostmysound.com/privacy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fr,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,iw,mr,hi,bn,gu,kn-IN,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "3.3.1",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/128.png",
        "64": "assets\/static\/128.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-booster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf",
        "*.css"
    ]
}