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.”。

扩展截图

screenshot
screenshot

下载Bass Boost: HD Audio扩展crx文件

下载Bass Boost: HD Audio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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'"
}