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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 Youtube on Spotify
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
电子邮箱 [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"
    }
}