Volume Booster Pro

Enable volume booster simply in a one click!.

Τι είναι το Volume Booster Pro;

Το Volume Booster Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Click, και η κύρια λειτουργία του είναι "Enable volume booster simply in a one click!.".

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

screenshot
screenshot

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

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

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

                        Volume Booster Pro is an application to increase the sound volume in the Google Chrome browser. It gives you the ability to amplify the audio on any site or web app you use in Chrome.

With Volume Booster Pro, you can adjust the sound volume level on your computer, amplifying the sound to the maximum level. This is especially useful when you are listening to music, watching movies or online videos and the sound is too quiet or unintelligible.

The main features of the application include:

- Adjusting the volume level of the sound in the Chrome browser
- Increase the sound to the maximum level
- Friendly user interface for quick and easy sound volume control
- Support for various types of audio files, including music, videos, audiobooks and more.

Volume Booster Pro is a free chrome store app available to download and install from the Chrome Web Store. It also ensures that your privacy is protected and does not collect personal user data.                    

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

Όνομα Volume Booster Pro Volume Booster Pro
ID apojppknlejabllfcepalckcnafnplkc
Επίσημο URL https://chromewebstore.google.com/detail/volume-booster-pro/apojppknlejabllfcepalckcnafnplkc
Περιγραφή Enable volume booster simply in a one click!.
Μέγεθος Αρχείου 104 KB
Αριθμός Εγκαταστάσεων 1,837
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-05-11
Ημερομηνία Δημοσίευσης 2023-05-11
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Click
Ηλεκτρονικό ταχυδρομείο [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,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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon.png",
            "38": "assets\/icon.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "data\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/libs\/jquery.min.js",
                "data\/visualize.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}