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.
擴展基本資訊
名稱 | Youtube on Spotify |
ID | ebjgbkabcnggfocfbjgeglelojkpeobk |
官方網址 | 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 |
電子郵箱 | [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" } } |