Sound Booster

The best way to amplify sound in the Chrome browser

Sound Booster क्या है?

Sound Booster arhipovakata945 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to amplify sound in the Chrome browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sound Booster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fell the real difference with new and amazing sound booster. You`ll notice a remarkable improvement of the sound on your pc. Volume booster is a simple and pretty useful application for google chrome browser. It`ll come in handy for those, who want to increase volume of audio or video on their devices. You will be pleasantly surprised by how easy it is to use the extension. Volume booster allows you to manage volume level of multiple chrome tabs in simple manner. If you have recently noticed, that your devices can`t provide a sound level you need, the install sound booster to fix the problem. It`s a volume control tool number one and we doubt you can find a better one. Extension doesn`t weigh a lot and has no ads. It`s also worth mentioning, that this new awesome extension is absolutely free. We won`t track your activity or spy on you using some hidden scripts.                    

एक्सटेंशन की मूल जानकारी

नाम Sound Booster Sound Booster
ID kpicmpidcmeeopomhnfdlocbjginmfem
आधिकारिक URL https://chrome.google.com/webstore/detail/sound-booster/kpicmpidcmeeopomhnfdlocbjginmfem
विवरण The best way to amplify sound in the Chrome browser
फ़ाइल का आकार 30.93 KB
स्थापना संख्या 10,616
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-03-06
प्रकाशन तिथि 2021-11-14
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर arhipovakata945
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "The best way to amplify sound in the Chrome browser",
    "version": "1.4",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cnt.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pages\/popup.html"
    }
}