Youtube on Spotify
Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Youtube on Spotifyとは何ですか?
Youtube on Spotifyはhttps://spotify-on-youtube.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too」です。
拡張機能のスクリーンショット
Youtube on Spotify拡張機能のCRXファイルをダウンロード
Youtube on Spotify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension for Google Chrome that detects the track from your current played Youtube video. Open your favorite song on Spotify or save it to your library with a single click...
Read its lyrics too. 拡張機能の基本情報
| 名前 | |
| ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
| 公式URL | https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk |
| 説明 | Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too |
| ファイルサイズ | 713 KB |
| インストール数 | 237 |
| 現在のバージョン | 2.2 |
| 最終更新日 | 2022-12-14 |
| 公開日 | 2020-06-08 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | https://spotify-on-youtube.herokuapp.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://spotify-on-youtube.herokuapp.com/ |
| ヘルプページのURL | http://spotify-on-youtube.herokuapp.com/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube on Spotify",
"version": "2.2",
"description": "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"permissions": [
"activeTab",
"https:\/\/spotify-on-youtube.herokuapp.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"app\/main.js"
]
}
],
"icons": {
"128": "\/app\/assets\/128icon.png",
"48": "\/app\/assets\/48icon.png",
"32": "\/app\/assets\/32icon.png",
"16": "\/app\/assets\/16icon.png"
}
} | |