Bass Boost: HD Audio

Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.

Apa itu Bass Boost: HD Audio?

Bass Boost: HD Audio adalah ekstensi Chrome yang dikembangkan oleh Snappy Extensions, dan fitur utamanya adalah "Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bass Boost: HD Audio

Unduh file ekstensi Bass Boost: HD Audio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bass Boost: HD Audio Bass Boost: HD Audio
ID mghabdfikjldejcdcmclcmpcmknjahli
URL Resmi https://chromewebstore.google.com/detail/bass-boost-hd-audio/mghabdfikjldejcdcmclcmpcmknjahli
Deskripsi Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.
Ukuran File 395 KB
Jumlah Instalasi 220,613
Versi Saat Ini 2.4
Terakhir Diperbarui 2021-05-03
Tanggal Publikasi 2020-08-04
Penilaian 4.46/5 Total 1673 Penilaian
Pengembang Snappy Extensions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bassboost.app/
Bahasa yang Didukung 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'"
}