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
官方URL 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"
    }
}