Ultimate Guitar Favorites to Spotify

Easily export your Ultimate Guitar favorite songs to your Spotify

什么是Ultimate Guitar Favorites to Spotify?

Ultimate Guitar Favorites to Spotify是由Antoine Mary开发的Chrome扩展程序,该扩展的主要功能是“Easily export your Ultimate Guitar favorite songs to your Spotify”。

扩展截图

screenshot

下载Ultimate Guitar Favorites to Spotify扩展crx文件

下载Ultimate Guitar Favorites to Spotify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        v1.6.8: 2021 Spring cleaning, sorry for the delay!

You added a lot of tabs to your favorites on Ultimate Guitar and you wish you could practice them easily. Well you came to the right place! This extension will create a Spotify playlist containing all the songs from your favorites.

Once this extension is installed, you'll only have to open your 'My Tabs' page and click on the guitar pick located on the left of the page.

Enjoy it!                    

扩展基本信息

名称 Ultimate Guitar Favorites to Spotify Ultimate Guitar Favorites to Spotify
ID jhadlgfdcpedmbohiknkbnfmpiaccocl
官方URL https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl
简介 Easily export your Ultimate Guitar favorite songs to your Spotify
文件大小 386 KB
安装次数 648
当前版本 1.6.8
更新时间 2021-04-26
上架时间 2020-05-17
评分 3.73/5 共11次评分
开发者 Antoine Mary
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/gyab/ultimate-guitar-favorites-to-spotify
帮助页面URL https://github.com/gyab/ultimate-guitar-favorites-to-spotify
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.6.8",
    "icons": {
        "128": "icon128.png"
    },
    "name": "Ultimate Guitar Favorites to Spotify",
    "description": "Easily export your Ultimate Guitar favorite songs to your Spotify",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ultimate-guitar.com\/user\/mytabs"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}