Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

Volume Booster - Increase the volume क्या है?

Volume Booster - Increase the volume https://webaudio.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All audio streams from the browser are converted to surround sound and increase the volume"।

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

screenshot

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

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

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

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

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

नाम Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
आधिकारिक URL https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
विवरण All audio streams from the browser are converted to surround sound and increase the volume
फ़ाइल का आकार 96.03 KB
स्थापना संख्या 157
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2024-01-21
डेवलपर https://webaudio.online
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webaudio.online/
सहायता पृष्ठ URL https://t.me/WebaudioOnline
गोपनीयता नीति पृष्ठ URL https://webaudio.online/politika.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}