Sound Booster

Volume booster that explodes your system! Control the audio in any tab including Youtube, Twitch etc. Sound Booster in your browser!

Τι είναι το Sound Booster;

Το Sound Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shonta Berger, και η κύρια λειτουργία του είναι "Volume booster that explodes your system! Control the audio in any tab including Youtube, Twitch etc. Sound Booster in your browser!".

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

screenshot

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

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

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

                        Simple volume booster in your browser - increase your volume with sound master!

Volume Booster is an advanced browser extension for Chrome, designed to amplify your audio perception and enrich your musical experience on the web. 

With this intuitive sound amplifier, you can enjoy crystal-clear and powerful sound on your favorite web pages and online platforms.

Key Features:

🎶 Sound Maximum: Sound Booster provides maximum sound amplification, allowing you to hear even the faintest nuances and details in music, videos, and audio content.

✅ Ease of Use: With this intuitive sound amplifier extension, volume control becomes simple and convenient. Easily adjust the sound to your preferences and enjoy powerful audio.

⭐️ Smart Amplification: Sound Booster intelligently optimizes the sound to prevent distortions and ensure clean and natural sound without any distortion.

🚀 Volume Adjustment: Adjust the volume on web pages with a convenient slider scale. Individual settings allow you to create an optimal sound environment.

Transform your musical experience and sound perception with Volume Booster. Make your music and videos even more memorable and captivating with this amazing browser extension. 

Boost the sound and immerse yourself in the world of musical emotions with Sound Booster today!                    

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

Όνομα Sound Booster Sound Booster
ID ahhoaokgolapmhoeojcfbgpfknpmlcaj
Επίσημο URL https://chromewebstore.google.com/detail/sound-booster/ahhoaokgolapmhoeojcfbgpfknpmlcaj
Περιγραφή Volume booster that explodes your system! Control the audio in any tab including Youtube, Twitch etc. Sound Booster in your browser!
Μέγεθος Αρχείου 346 KB
Αριθμός Εγκαταστάσεων 504
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2024-01-11
Ημερομηνία Δημοσίευσης 2023-02-01
Προγραμματιστής Shonta Berger
Ηλεκτρονικό ταχυδρομείο [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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.1.3",
    "icons": {
        "16": "img\/icon-logo.png",
        "32": "img\/icon-logo.png",
        "48": "img\/icon-logo.png",
        "128": "img\/icon-logo.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon-logo.png",
            "38": "img\/icon-logo.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "permissions": [
        "tabCapture",
        "storage",
        "activeTab",
        "system.display"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}