True Sound Booster

Boost your volume up to 600% with no distortions

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

Το True Sound Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sound Booster That Works, και η κύρια λειτουργία του είναι "Boost your volume up to 600% with no distortions".

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

screenshot

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

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

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

                        Introducing a Chrome browser extension that takes your audio experience to the next level with an incredible 600% volume and sound boost. This ingenious tool gives you complete mastery over your audio, thanks to its volume control and volume master function.

Say goodbye to straining to hear your favorite videos, music, or podcasts when your speakers or headphones just aren't loud enough. Now, you can effortlessly enjoy your multimedia content with rich, immersive sound.

Key Features:

1. **600% Sound Boost:** Enjoy a substantial audio enhancement that brings your media to life like never before.
2. **Easy Controls:** Simple and user-friendly controls let you fine-tune the sound to your liking.
3. **Tab-Specific Volume Control:** Adjust the volume of individual tabs seamlessly for a personalized listening experience.
4. **Full-Screen Mode:** For the ultimate immersive experience, activate full-screen mode by pressing F11 on Windows or CONTROL + Cdm + F on MacOS.

Elevate your audio journey with this exceptional Chrome extension and elevate your multimedia enjoyment to new heights!                    

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

Όνομα True Sound Booster True Sound Booster
ID niknglgeakinhokjpganmlineebbopoe
Επίσημο URL https://chromewebstore.google.com/detail/true-sound-booster/niknglgeakinhokjpganmlineebbopoe
Περιγραφή Boost your volume up to 600% with no distortions
Μέγεθος Αρχείου 659 KB
Αριθμός Εγκαταστάσεων 600,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-09-05
Ημερομηνία Δημοσίευσης 2023-09-04
Αξιολόγηση 4.63/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής Sound Booster That Works
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1eYCl4HfPgYt95Cg-CS7wsna5eOIeKME9ZtLi_2XkzNI/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,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,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",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "128": "assets\/images\/icon_128.png"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_app_name__",
        "default_icon": "assets\/images\/icon_128_to_600.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "scripts\/content_script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "net_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "scripts\/boost_volume.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}