VOX Music Player Helper

Easy way to import and play any track from YouTube or SoundCloud in VOX Music Player for Mac.

VOX Music Player Helper là gì?

VOX Music Player Helper là một tiện ích mở rộng Chrome được phát triển bởi Coppertino Inc, và tính năng chính của nó là "Easy way to import and play any track from YouTube or SoundCloud in VOX Music Player for Mac.".

Ả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 VOX Music Player Helper

Tải xuống các tệp mở rộng VOX Music Player Helper 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

                        Easy and intuitive. VOX Music Helper is an extension designed to import and combine your favorite YouTube and SoundCloud tracks in the VOX Player on your Mac.

Key Features

Effortless YouTube and SoundCloud Import:

With VOX Music Helper, listening to your favorite SoundCloud or YouTube tracks through VOX Music Player on your Mac has never been easier.
Install VOX Music Helper to import all favorite music tracks to VOX Music Player for Mac, and enjoy a unified music library in one place.

Transition and playback:

Right after you have an extension installed in your Chrome browser, a functional "Play in VOX" button [ ▶ VOX ] will appear on the track bar of the YouTube or SoundCloud webpages interface. Press this button to launch the VOX Music Player on your Mac and import the chosen track to the Playlist tab in VOX.

After the imported track appears in VOX Music Player, the VOX application grants you instant control over playback, creating new playlists, etc.
Which means that you can import and combine your SoundCloud favorites with YouTube tracks to mix them all together in a single playback queue in VOX Music Player, enhancing your convenience and overall user experience.

VOX Music Helper ensures that your YouTube or SoundCloud tracks are imported to play seamlessly in VOX Player, allowing you to enjoy music effortlessly, without using your browser! You will still need an internet connection though.

"Play in VOX" button should be Enabled for YouTube and SoundCloud sources by default, so you can start importing and enjoying your music with VOX Music Player without any technical hurdles. You may find the VOX Helper icon on Chrome extensions list, click on the icon to open settings.

Advanced playback tools:
Make advantage of the crisp and unique playback experience that VOX Music Player for macOS offers. Various audio tweaks, such as EQ, cross-fade, 200% volume boost, Apple AudioUnits support and more, will definitely make your SoundCloud and YouTube listening sessions more immersive and enjoyable.

Discover a more convenient, efficient, and high-quality way to listen to your favorite tracks seamlessly with VOX Player on your Mac.

Streamlined, effortless, and enhanced music enjoyment awaits!                    

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

Tên VOX Music Player Helper VOX Music Player Helper
ID dpfmpmojnekopmaodgdgmimghpdhehnh
URL Chính Thức https://chromewebstore.google.com/detail/vox-music-player-helper/dpfmpmojnekopmaodgdgmimghpdhehnh
Mô tả Easy way to import and play any track from YouTube or SoundCloud in VOX Music Player for Mac.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-09-28
Nhà Phát Triển Coppertino Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vox.rocks/
URL Trang Chính Sách Bảo Mật https://vox.rocks/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VOX Music Player Helper",
    "version": "1.3",
    "permissions": [
        "storage"
    ],
    "description": "Easy way to import and play any track from YouTube or SoundCloud in VOX Music Player for Mac.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/vox.rocks",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "VOX Player Chrome Extension",
        "browser_style": true,
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtubeBundle.min.js"
            ],
            "css": [
                "styles\/elements.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.soundcloud.com\/*"
            ],
            "js": [
                "soundCloudBundle.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/svg\/*.svg",
                "styles\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}