Bass Booster Extreme - It Works!

Extreme bass booster app for Chrome™. Use it for headphones and speakers with presets and custom level of enhancer.

Bass Booster Extreme - It Works!란 무엇입니까?

Bass Booster Extreme - It Works!은(는) Jambo Combo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extreme bass booster app for Chrome™. Use it for headphones and speakers with presets and custom level of enhancer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bass Booster Extreme - It Works! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you're a music lover who's looking for a way to get the best sound out of your laptop or desktop, then a Bass Booster for Chrome is a great option. Bass Boosters are audio plugins that allow you to enhance the low end frequencies of your audio, giving you a fuller, richer sound. 

This extension allows you to customize the bass levels of any audio, giving you the ability to tailor the sound to your own preferences. You can also adjust the volume of the bass and set the frequency range that you want the bass to be boosted in. 

One of the best features of the Bass Booster is that it is completely free to use. This means that you don't have to spend any money to get the best of the music experience.                    

확장 프로그램 기본 정보

이름 Bass Booster Extreme - It Works! Bass Booster Extreme - It Works!
ID ndhaplegimoabombidcdfogcnpmcicik
공식 URL https://chromewebstore.google.com/detail/bass-booster-extreme-it-w/ndhaplegimoabombidcdfogcnpmcicik
설명 Extreme bass booster app for Chrome™. Use it for headphones and speakers with presets and custom level of enhancer.
파일 크기 525 KB
설치 횟수 90,000
현재 버전 2.0
최근 업데이트 2023-04-20
출시 날짜 2023-04-20
평점 3.90/5 총 20 개의 평점
개발자 Jambo Combo
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "name": "__MSG_name__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabCapture",
        "storage"
    ],
    "short_name": "Bass Booster",
    "version": "2.0",
    "version_name": "2.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "\/icons\/off.png",
        "default_title": "__MSG_title__"
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png",
        "64": "\/icons\/64.png"
    }
}