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! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ExtGroup, και η κύρια λειτουργία του είναι "Extreme bass booster app for Chrome™. Use it for headphones and speakers with presets and custom level of enhancer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bass Booster Extreme - It Works!
Λήψη αρχείων επέκτασης Bass Booster Extreme - It Works! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Meet the new, stylish audio Bass Booster for Chrome browser. Pump up your speakers to rich, deep sound and listen to music with excellent bass. In the speaker booster extension there are already preinstalled 4 standard presets: - Low; - Medium; - High; - Very high. Use the one that is right for you, and quickly switch with one click between presets. There is also a button to set the level of speaker bass booster, move the slider to adjust the optimal sound. To Turn ON extension, just click on one of the buttons, it will light up - it means it's activated. Clicking this button again will Turn OFF. When the buttons are not light, the bass enhancer is off. Also try to combine equalizer & bass booster for a brilliant sound. Get the best experience of listening to music, feel the bass to the full. And enjoy your favorite songs with this extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | icommmppmcbfknchmbonjomcmhkhofmo |
Επίσημο URL | https://chrome.google.com/webstore/detail/bass-booster-extreme-it-w/icommmppmcbfknchmbonjomcmhkhofmo |
Περιγραφή | Extreme bass booster app for Chrome™. Use it for headphones and speakers with presets and custom level of enhancer. |
Μέγεθος Αρχείου | 263 KB |
Αριθμός Εγκαταστάσεων | 200,000 |
Τρέχουσα Έκδοση | 2.3.4 |
Τελευταία Ενημέρωση | 2022-08-07 |
Ημερομηνία Δημοσίευσης | 2020-05-20 |
Αξιολόγηση | 3.97/5 Συνολικά 220 Αξιολογήσεις |
Προγραμματιστής | ExtGroup |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/extgroupvolume |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery.js", "libs\/jungle.js", "libs\/BassBooster.js", "libs\/Helper.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "browser_action": { "default_icon": { "128": "assets\/icons\/128.png", "256": "assets\/icons\/256.png", "32": "assets\/icons\/32.png", "64": "assets\/icons\/64.png" }, "default_popup": "popup.html", "default_title": "__MSG_title__" }, "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "assets\/icons\/128.png", "256": "assets\/icons\/256.png", "32": "assets\/icons\/32.png", "64": "assets\/icons\/64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwieiRCwo3ovjJ4E8gd4cVvGJvw9Mls2TOHM8T7Ymf2cb9r0E8Krw+czKpkzhBWgI37s410p6Nrllou1jT8jXfIhW+XTX40NlJrTXimTOsDHPBm3jZr8cSHFOJyHdHHq2Nncr3TUspEQFA+FHEq8S6Q8EINEymysO1TZldBtj6D6I8BsyeKQxB7+RmG0LHE9iCQgN0uwoVa2YWI8ainOJaUKzITS3f14uzb0zMahpzrjpbTKx9vK0ZSINd9P1E\/UlovnyJqt1MQl\/0LsKYSsI7MZIimR+hY9ZkEnXfplwAcx3yLAb7TRSrMqrB\/P0lE++l5ejF46PQqnn2AOu+nupeQIDAQAB", "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabCapture", "storage", "*:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ], "short_name": "__MSG_short_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.4", "version_name": "2.3.4", "web_accessible_resources": [ "assets\/icons\/*.*" ] } |