Speaker Booster

Unleash the power of sound on your browser! Increase volume to max level and control the it of any tab.

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

Το Speaker Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.downloadhub.cloud, και η κύρια λειτουργία του είναι "Unleash the power of sound on your browser! Increase volume to max level and control the it of any tab.".

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

screenshot
screenshot

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

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

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

                        Utilize your browser's audio capabilities! Turn up the volume to its highest setting and adjust the it on any tab. One of the best and most useful Chrome Sound Booster extensions that you can use to boost the volume of any video or audio content being played in the browser.

Media content, such as video, music, streaming video and audio, and ads, simply rips websites apart today. You need a volume control tool with the ability to set distinct volume settings for each tab if you want to take control of all this sound. You require our volume booster for this.

Increase sound power by more than 600%.
Automatically turn off in standard mode.
With sound booster, you can adjust the volume for each individual tab.
Great on all widely used websites
Recalls previous sound configurations.
A straightforward and fashionable popup window Volume Booster extension with a list of tabs and a volume control. Enjoy as much time as you want to watch and listen to your favourite movies, music, and videos.

Install our volume booster app, recommend it to your friends, and feel free to leave comments or feature requests.                    

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

Όνομα Speaker Booster Speaker Booster
ID gkfjamnmcjpbphincgfnagopcddfeakd
Επίσημο URL https://chromewebstore.google.com/detail/speaker-booster/gkfjamnmcjpbphincgfnagopcddfeakd
Περιγραφή Unleash the power of sound on your browser! Increase volume to max level and control the it of any tab.
Μέγεθος Αρχείου 262 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.1.9
Τελευταία Ενημέρωση 2023-06-20
Ημερομηνία Δημοσίευσης 2022-10-03
Αξιολόγηση 4.80/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής https://www.downloadhub.cloud
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.downloadhub.cloud/2022/09/speaker-booster.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.codehemu.com/p/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,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,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icon\/icon-128.png",
            "256": "assets\/icon\/icon-256.png",
            "32": "assets\/icon\/icon-32.png",
            "64": "assets\/icon\/icon-64.png",
            "96": "assets\/icon\/icon-96.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "assets\/icon\/icon-128.png",
        "256": "assets\/icon\/icon-256.png",
        "32": "assets\/icon\/icon-32.png",
        "64": "assets\/icon\/icon-64.png",
        "96": "assets\/icon\/icon-96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabCapture",
        "storage",
        "tabs"
    ],
    "short_name": "Volume Control",
    "version": "1.1.9",
    "version_name": "1.1.9",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*:\/\/*.downloadhub.cloud\/*",
                "*:\/\/*.youtube-tools.com\/*",
                "*.*"
            ]
        }
    ]
}