Sound Booster

The most reliable and easiest volume booster in the Chrome browser

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

Το Sound Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dipatov05, και η κύρια λειτουργία του είναι "The most reliable and easiest volume booster in the Chrome browser".

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

screenshot

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

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

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

                        Volume booster allows you to boost the sound of any video or audio playing in Chrome browser. Installation is pretty simple and you don`t need any special skills to use the extension. Volume booster is really easy to work with because of simple user-friendly interface. You can increase volume of the audio or video in chrome browser just in on click. If you want your pc or laptop to be louder then you should definitely install this extension. Simple and intuitive volume control is provided by this new and amazing extension. After installing this extension you`ll notice a real difference. Any sound will be louder thanks to our new application. Experience all sounds to a whole new level with the useful chrome extension. This is definitely something you were looking for. Install, share with friends and feel free to leave a comment or request.
Sound booster is simple but useful extension for your chrome browser. This extension allows you to boost volume on your computer. It`s absolutely free and you don`t have to make any effort to install it. If you think that you pc\ laptop sounds not loud enough, then you should definitely install this amazing app. The application is quite useful and absolutely free volume control tool for chrome browser. Just click on install button and boost sound in one click. This extension has simple and user-friendly interface and doesn`t weigh a lot. Help us to improve sound booster and leave your comment or request. Install and have fun!                    

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

Όνομα Sound Booster Sound Booster
ID aechgpbnahpibkbkfmaaanbgclbmbhla
Επίσημο URL https://chrome.google.com/webstore/detail/sound-booster/aechgpbnahpibkbkfmaaanbgclbmbhla
Περιγραφή The most reliable and easiest volume booster in the Chrome browser
Μέγεθος Αρχείου 38.67 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2022-06-01
Ημερομηνία Δημοσίευσης 2021-01-18
Αξιολόγηση 2.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής dipatov05
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabCapture",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "name": "Sound Booster",
    "description": "The most reliable and easiest volume booster in the Chrome browser",
    "version": "1.6",
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/costa_files\/costa_second\/chrome.js"
        ]
    },
    "icons": {
        "128": "\/costa_files\/costa_third\/icon.png"
    },
    "browser_action": {
        "default_popup": "\/costa_files\/costa_second\/sound_booster.html",
        "default_icon": "\/costa_files\/costa_third\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/costa_files\/costa_third\/for_page.js"
            ]
        }
    ]
}