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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}