BassMaster EQ

The optimal choice for achieving complete audio gratification right in your browser is the Sound Equalizer featuring Bass Booster!

Τι είναι το BassMaster EQ;

Το BassMaster EQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gene Carroll, και η κύρια λειτουργία του είναι "The optimal choice for achieving complete audio gratification right in your browser is the Sound Equalizer featuring Bass Booster!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης BassMaster EQ

Λήψη αρχείων επέκτασης BassMaster EQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🔊 Elevate your audio experience with the Sound Equalizer featuring Bass Booster, your ultimate choice for maximum pleasure directly in your Chrome browser!

🎶 Fine-tune your sound with music genre presets and the powerful bass booster. Enhance the audio quality effortlessly!

🔊 Immerse yourself in beautiful and robust audio EQ designed just for you!

🌐 The Sound Equalizer is a swift, lightweight, and stylish browser add-on that allows you to tailor website audio for a perfect sound. Whether you're watching online videos or listening to your favorite tunes, our EQ adds a new dimension to your audio experience with flexible tuning!

🎵 Explore various presets for different music genres - acoustic, dance, deep, jazz, Latin, hard rock, and more! Our presets have you covered!

🎚️ Easily adjust sound in the current web tab using sliders.
✅ Simple and clear design
✅ One-click sound boost
✅ Auto-disable in normal mode

🔊 Introducing the bass booster feature for even the most discerning users. Try it out and discover the refined sound our extension brings!

👌 After a quick tune-up, sit back and enjoy superior audio quality in your online videos and music. Our equalizer extension ensures you receive the sound pleasure you deserve!

📖 Permissions explained:
"Read and change all your data on the websites you visit" - Enables connection to and modification of the audio context of any website playing audio, as well as displaying a list of all tabs playing audio.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BassMaster EQ BassMaster EQ
ID fedoeoceggohfajbhbadkfhgckjkieop
Επίσημο URL https://chromewebstore.google.com/detail/bassmaster-eq/fedoeoceggohfajbhbadkfhgckjkieop
Περιγραφή The optimal choice for achieving complete audio gratification right in your browser is the Sound Equalizer featuring Bass Booster!
Μέγεθος Αρχείου 240 KB
Αριθμός Εγκαταστάσεων 567,077
Τρέχουσα Έκδοση 1.1.9
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2022-11-30
Αξιολόγηση 4.69/5 Συνολικά 202 Αξιολογήσεις
Προγραμματιστής Gene Carroll
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "128": "helpers\/images\/128.png",
            "256": "helpers\/images\/256.png",
            "64": "helpers\/images\/64.png"
        },
        "default_title": "__MSG_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "helpers\/images\/128.png",
        "256": "helpers\/images\/256.png",
        "64": "helpers\/images\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/cnt.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "helpers\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "short_name": "Sound Equalizer",
    "version": "1.1.9",
    "version_name": "1.1.9"
}