VSP for youtube

Virtual Audio Speaker for youtube

VSP for youtube là gì?

VSP for youtube là một tiện ích mở rộng Chrome được phát triển bởi https://virtualsp.github.io/VSHome, và tính năng chính của nó là "Virtual Audio Speaker for youtube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VSP for youtube

Tải xuống các tệp mở rộng VSP for youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VSP for youtube VSP for youtube
ID phnpkdodpgbinnhgjpalnefponojgjpl
URL Chính Thức https://chromewebstore.google.com/detail/vsp-for-youtube/phnpkdodpgbinnhgjpalnefponojgjpl
Mô tả Virtual Audio Speaker for youtube
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 494
Phiên Bản Hiện Tại 1.9.984
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2019-09-18
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://virtualsp.github.io/VSHome
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://virtualsp.github.io/VSHome
URL Trang Chính Sách Bảo Mật https://virtualsp.github.io/VSHome/VSPolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}