Sound Booster Plus

Increase system volume up to 1000% from the maximum level! Boost your system sound.

Sound Booster Plus क्या है?

Sound Booster Plus https://volumebooster.ph द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Increase system volume up to 1000% from the maximum level! Boost your system sound."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Sound Booster is an extension that will allow you to increase the sound of your system. It can raise volume level up to 1000%.

Features: 
- Increase the volume of the content being played up to 1000% 
- Works on all sites
- Enable/Disable with single click

How to use Sound booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the volume booster with toggle button.
4. Then, click on the extension icon and choose the Sound boost range.

Recent Changes:
Version 1.1.6 (24-September-2022):
- Minor bug fix

Version 1.1.4 (06-September-2022):
- Bug fix
- Improved UI

Best Volume Master alternative.

**Note: Please reload tabs after installing the extension to make it work.**                    

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

नाम Sound Booster Plus Sound Booster Plus
ID ipmlaaecoiapbecaaalooaocfkkmkbdh
आधिकारिक URL https://chrome.google.com/webstore/detail/sound-booster-plus/ipmlaaecoiapbecaaalooaocfkkmkbdh
विवरण Increase system volume up to 1000% from the maximum level! Boost your system sound.
फ़ाइल का आकार 206 KB
स्थापना संख्या 115,615
वर्तमान संस्करण 2.1.5
अंतिम अपडेट 2023-04-19
प्रकाशन तिथि 2022-09-06
रेटिंग 4.83/5 कुल 621 रेटिंग्स
डेवलपर https://volumebooster.ph
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://volumebooster.ph/
गोपनीयता नीति पृष्ठ URL https://volumebooster.ph/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,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,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",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.1.5",
    "manifest_version": 2,
    "icons": {
        "128": "image\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "cs.js",
                "theButton.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "activeTab",
        "tabs",
        "storage",
        "tabCapture",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": "image\/logo_128x128.png"
    }
}