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 |
官方網址 | 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": [ " |