Sound Booster

Customize music file by volume booster tool. Allow you to increase the volume of your audio and video files

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

Το Sound Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lourdes WhoIm, και η κύρια λειτουργία του είναι "Customize music file by volume booster tool. Allow you to increase the volume of your audio and video files".

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

screenshot
screenshot

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

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

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

                        In today’s world, sound booster tools are becoming increasingly popular. Whether you’re a musician, a sound engineer, or just someone who wants to enjoy their music louder, volume booster tools can help you get the most out of your audio.

Sound booster tool is designed to increase the volume of your audio without sacrificing mucis quality. They work by amplifying the audio waves and increasing the overall volume of the audio. This can be especially useful for those who are trying booster 

Are you looking for a way to make your audio louder on your Chrome browser? If so, then you’ve come to the right place. Booster Tool for Chrome is a free extension that can help you increase the volume of your audio on your Chrome browser.                    

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

Όνομα Sound Booster Sound Booster
ID lppeflehbcbgihabdpekbpjbedkhhhap
Επίσημο URL https://chrome.google.com/webstore/detail/volume-booster/lppeflehbcbgihabdpekbpjbedkhhhap
Περιγραφή Customize music file by volume booster tool. Allow you to increase the volume of your audio and video files
Μέγεθος Αρχείου 112 KB
Αριθμός Εγκαταστάσεων 1,771,561
Τρέχουσα Έκδοση 1.0.9
Τελευταία Ενημέρωση 2023-04-25
Ημερομηνία Δημοσίευσης 2023-02-23
Αξιολόγηση 4.86/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Lourdes WhoIm
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/sound-booster-ext/home
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.0.9",
    "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": [
                ""
            ]
        }
    ]
}