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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |