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ファイルをダウンロード
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 |
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 |
Eメール | [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" } } |