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 που αναπτύχθηκε από τον Mildred Guy, και η κύρια λειτουργία του είναι "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 Sound booster in chrome browser - increase your volume!

Description:
One of the most reliable and  easiest  sound booster in the chrome browser.

If your speakers or headphones don't reproduce sufficient sound volume for comfortable listening to music or watching video content - use our app as a speaker amplifier, setting the volume level settings to more than 500%.

Just regulate the sound in the current web tab through the slider.
  ✅  Level up sound more than 500% in 4 steps
  ✅ Simple and clear design
  ✅ Only one click to boost the sound 
  ✅ Turn off automatically in normal mode 

🖥 Full screen:
Chrome prevents you from going to a complete full-screen when using any extension manipulating with sound so you can always see the blue rectangle icon in the tab bar (to be aware of audio is being manipulated). 

There's no way to bypass it and after all it's a good thing that keeps you safe. However you can improve the situation a bit by pressing F11 (on Windows) or Ctr+Cmd+F (on Mac).

📖 Permissions explained:
"Read and change all your data on the websites you visit": to be able to connect to and modify AudioContext of any website playing audio and to show list of all tabs playing audio

💛 If you like our extension, please rate us, put 5 stars! Thanks for using.                    

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

Όνομα Sound Booster Sound Booster
ID ccjlpblmgkncnnimcmbanbnhbggdpkie
Επίσημο URL https://chromewebstore.google.com/detail/sound-booster/ccjlpblmgkncnnimcmbanbnhbggdpkie
Περιγραφή Volume booster that explodes your system! Control the audio in any tab including Youtube, Twitch etc. Sound Booster in your browser!
Μέγεθος Αρχείου 293 KB
Αριθμός Εγκαταστάσεων 3,029,904
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2023-07-21
Ημερομηνία Δημοσίευσης 2021-10-10
Αξιολόγηση 4.70/5 Συνολικά 751 Αξιολογήσεις
Προγραμματιστής Mildred Guy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fil,te
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.15",
    "icons": {
        "16": "img\/icon-logo.png",
        "32": "img\/icon-logo.png",
        "48": "img\/icon-logo.png",
        "128": "img\/icon-logo.png"
    },
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-logo.png",
            "38": "img\/icon-logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "tabCapture",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}