Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

什麼是Tubify - YouTube to Spotify?

Tubify - YouTube to Spotify是由Christian Ayisi開發的Chrome擴展程式,該擴展的主要功能是“Easily Add Songs from YouTube to a Spotify Playlist”。

擴展截圖

screenshot
screenshot

下載Tubify - YouTube to Spotify擴展crx文件

下載Tubify - YouTube to Spotify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tubify - YouTube to Spotify Tubify - YouTube to Spotify
ID odjcdeedkbdeggimbfhpablpgmdphaem
官方網址 https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem
簡介 Easily Add Songs from YouTube to a Spotify Playlist
檔案大小 212 KB
安裝次數 103
目前版本 1.2.1
更新時間 2022-11-15
上架時間 2021-08-13
評分 4.67/5 共 6 次評分
開發者 Christian Ayisi
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link
支援的語言 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"
    }
}