Bass Boost: HD Audio
Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.
Qu'est-ce que Bass Boost: HD Audio ?
Bass Boost: HD Audio est une extension Chrome développée par Snappy Extensions, et sa fonction principale est "Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bass Boost: HD Audio
Téléchargez les fichiers d'extension Bass Boost: HD Audio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bass Boost: HD Audio |
ID | mghabdfikjldejcdcmclcmpcmknjahli |
URL Officiel | https://chromewebstore.google.com/detail/bass-boost-hd-audio/mghabdfikjldejcdcmclcmpcmknjahli |
Description | Bass Boost makes videos, songs, movies and more sound awesome by boosting your speakers or headphones. |
Taille du Fichier | 395 KB |
Nombre d'Installations | 220,613 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2021-05-03 |
Date de Publication | 2020-08-04 |
Évaluation | 4.46/5 Total 1673 Évaluations |
Développeur | Snappy Extensions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bassboost.app/ |
Langues Prises en Charge | 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'" } |