Spotube - Youtube to Spotify extension
A two-click extension for easily adding YouTube songs to your Spotify playlists.
什么是Spotube - Youtube to Spotify extension?
Spotube - Youtube to Spotify extension是由Luke Day开发的Chrome扩展程序,该扩展的主要功能是“A two-click extension for easily adding YouTube songs to your Spotify playlists.”。
扩展截图
下载Spotube - Youtube to Spotify extension扩展crx文件
下载Spotube - Youtube to Spotify extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The easiest and quickest tool for adding songs to your Spotify playlists. Ever heard a song that you love on YouTube or SoundCloud? Ever wanted to add that song to your own playlist in two clicks? Well now you can! With Spotube you can add songs to your playlists easier than it's ever been. You don't even have to do any of the searching!
扩展基本信息
名称 | Spotube - Youtube to Spotify extension |
ID | lfdlhobkfckpepnbffebllapncjmafma |
官方URL | https://chromewebstore.google.com/detail/spotube-youtube-to-spotif/lfdlhobkfckpepnbffebllapncjmafma |
简介 | A two-click extension for easily adding YouTube songs to your Spotify playlists. |
文件大小 | 27.43 KB |
安装次数 | 1,000 |
当前版本 | 3.4 |
更新时间 | 2022-07-28 |
上架时间 | 2020-09-02 |
评分 | 4.36/5 共11次评分 |
开发者 | Luke Day |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dayluke.github.io/spotube |
帮助页面URL | https://github.com/dayluke |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotube - Youtube to Spotify extension", "version": "3.4", "manifest_version": 3, "description": "A two-click extension for easily adding YouTube songs to your Spotify playlists.", "action": { "default_icon": "icon-128.png", "default_popup": "popup.html", "default_title": "Spotube - Youtube to Spotify extension" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.soundcloud.com\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/?code*" ], "run_at": "document_start", "js": [ "libs\/oauth\/injection.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "libs\/*\/*" ], "matches": [ " |