Surround sound for music

All audio streams from the browser are converted into surround sound with a fully immersive effect

Surround sound for music क्या है?

Surround sound for music https://webaudio.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All audio streams from the browser are converted into surround sound with a fully immersive effect"।

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

screenshot

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

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

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

                        Surround sound for music creates surround sound in online music. The extension allows you to get higher quality and surround sound when watching.

The program uses advanced advanced audio processing to improve sound quality and provide a more vibrant and colorful atmosphere. Every time you watch a video on YouTube or other sites, you will enjoy better sound quality and a more immersive online music experience.                    

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

नाम Surround sound for music Surround sound for music
ID febckhheheicjbhjcbippbgjdcblbdhd
आधिकारिक URL https://chromewebstore.google.com/detail/surround-sound-for-music/febckhheheicjbhjcbippbgjdcblbdhd
विवरण All audio streams from the browser are converted into surround sound with a fully immersive effect
फ़ाइल का आकार 94.05 KB
स्थापना संख्या 849
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2024-02-10
प्रकाशन तिथि 2023-10-12
रेटिंग 4.89/5 कुल 85 रेटिंग्स
डेवलपर https://webaudio.online
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webaudio.online/
सहायता पृष्ठ URL https://t.me/WebaudioOnline
समर्थित भाषाएँ 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.7",
    "manifest_version": 3,
    "default_locale": "ru",
    "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"
    }
}