Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

Tubify - YouTube to Spotify là gì?

Tubify - YouTube to Spotify là một tiện ích mở rộng Chrome được phát triển bởi Christian Ayisi, và tính năng chính của nó là "Easily Add Songs from YouTube to a Spotify Playlist".

Ả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 Tubify - YouTube to Spotify

Tải xuống các tệp mở rộng Tubify - YouTube to Spotify 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

                        Tubify supports all languages and is the most accurate extension for adding a song on YouTube to your Spotify playlist with a single click of a button. 

How to use: 

1. After installation, click the Extension puzzle icon in your 
Chrome browser next to your profile picture.
2. Pin the extension
3. Find your favorite song on YouTube, click the Tubify extension, then click the "Add to Spotify Playlist" button. 
4. Song is added to your "Tubify" playlist on Spotify.                    

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

Tên Tubify - YouTube to Spotify Tubify - YouTube to Spotify
ID odjcdeedkbdeggimbfhpablpgmdphaem
URL Chính Thức https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem
Mô tả Easily Add Songs from YouTube to a Spotify Playlist
Kích Thước Tệp 212 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2021-08-13
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Christian Ayisi
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tubify - YouTube to Spotify",
    "description": "Easily Add Songs from YouTube to a Spotify Playlist",
    "version": "1.2.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}