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