VSP for youtube

Virtual Audio Speaker for youtube

VSP for youtube क्या है?

VSP for youtube https://virtualsp.github.io/VSHome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Virtual Audio Speaker for youtube"।

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

screenshot
screenshot

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

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

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

                        Virtual Audio Speakers System for youtube / youtube music

Using headphones or earphones, you feel the sound comes from just close to your ears or from the center of the head. It's quite different from the sound in the audio room with speakers. This extension converts youtube music to 3-D spacial sound and plays in natural audio space with headphones ( or earphones).
You can listen Youtube music in back-ground or Picture-in-Picture mode.
 
See also https://virtualsp.github.io/VSHome/ to playback local music files
( flac,mp3,wav,...)

[NEW!]  Updated Feb.2024

1. Go to the your favorite youtube site, click VSP extension icon.
2. 3D virtual speakers view will appear when connected youtube audio
   then Click the CheckBox.
3. Moving the position of the speakers, you can enjoy your favorite youtube music with  suitable spatial sound just like you. 

The function of each slider are as follows. 
 x  : distance between the speakers
 y/z: height / depth of the speakers

This extention requires a PC supported WebAudio.                    

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

नाम VSP for youtube VSP for youtube
ID phnpkdodpgbinnhgjpalnefponojgjpl
आधिकारिक URL https://chromewebstore.google.com/detail/vsp-for-youtube/phnpkdodpgbinnhgjpalnefponojgjpl
विवरण Virtual Audio Speaker for youtube
फ़ाइल का आकार 177 KB
स्थापना संख्या 494
वर्तमान संस्करण 1.9.984
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2019-09-18
रेटिंग 2.50/5 कुल 8 रेटिंग्स
डेवलपर https://virtualsp.github.io/VSHome
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://virtualsp.github.io/VSHome
गोपनीयता नीति पृष्ठ URL https://virtualsp.github.io/VSHome/VSPolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VSP for youtube",
    "short_name": "VSP for youtube",
    "version": "1.9.984",
    "description": "Virtual Audio Speaker for youtube",
    "author": "amayan",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "controls.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/",
        "https:\/\/music.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_script.js",
                "controls.js",
                "three.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}