Bass Boost: HD Audio
Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.
Bass Boost: HD Audio란 무엇입니까?
Bass Boost: HD Audio은(는) Snappy Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones."입니다.
확장 프로그램 스크린샷
Bass Boost: HD Audio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bass Boost is a simple to use Audio Equaliser that's got several settings to make Videos, Music, Movies, Gameplay, Anime and more sound incredible at the click of a button. It's like having expensive headphones/speakers for completely free, so download it now! Bass Boost works on any website, so that means you can use it on Youtube™, SoundCloud™, Netflix™ or any other site you want. Awesome Features ✩ CMD + B to instantly Bass Boost any website! ✩ Enhances speaker/headphone audio in realtime! (no audio lag) ✩ Several presets to quickly set the Bass! ✩ Custom setting to let you get the perfect Bass on any song/video! ✩ Chipmunks preset for the LOLZ! ✩ Vary Bass Boost across different tabs! ✩ Clean, simple styling/use! ✩ Dark mode for Night owls! Visit https://bassboost.app to find out more How to Use: After downloading refresh or open a new Tab. Access the popup menu by clicking the Bass Boost logo in top right. Then toggle "Enable Bass Boost" - That's it! The tab will stay Bass Boosted even when you visit a new site. Want to turn up the Bass? Access the popup menu and pick a new preset. The Default setting is meant to increase the Bass by a little bit so feel free to go higher. Want to turn off Bass Boost? Access the popup menu and disable Bass Boost. This will disable Bass Boost on the current tab, without effecting any other Bass Boosted tabs. More Info: As you can see Bass Boost is really simple to use while greatly improving your speakers/headphones, so download it now! It was several of our users that suggested Bass Boost should work for any site after it originally only supported Youtube™ so we listen closely to feedback and reviews and we'd love to hear from you! While Bass Boost does not inject ads into any website you visit we may display ads in our menus presented to users to turn on/off the Bass. These ads do not interfere with the experience of using Bass Boost as they are located below the main setting area and so may be completely ignored. We serve these ads to ensure Bass Boost can remain free for our users.
확장 프로그램 기본 정보
이름 | Bass Boost: HD Audio |
ID | mghabdfikjldejcdcmclcmpcmknjahli |
공식 URL | https://chromewebstore.google.com/detail/bass-boost-hd-audio/mghabdfikjldejcdcmclcmpcmknjahli |
설명 | Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones. |
파일 크기 | 395 KB |
설치 횟수 | 220,613 |
현재 버전 | 2.4 |
최근 업데이트 | 2021-05-03 |
출시 날짜 | 2020-08-04 |
평점 | 4.46/5 총 1673 개의 평점 |
개발자 | Snappy Extensions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bassboost.app/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bass Boost: HD Audio", "short_name": "Bass Boost", "description": "Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.", "version": "2.4", "permissions": [ "tabCapture", "storage", "tabs" ], "commands": { "toggle-bass-boost": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "Toggle Bass Boost" } }, "icons": { "128": "buttonOn.png" }, "web_accessible_resources": [ "logo.png", "buttonOn.png", "buttonOff.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "fullscreen.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Boost Bass", "default_icon": { "128": "buttonOn.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.js", "jungle.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/rcm-na.amazon-adsystem.com; object-src 'self'" } |