Ultimate Guitar Favorites to Spotify

Easily export your Ultimate Guitar favorite songs to your Spotify

Ultimate Guitar Favorites to Spotify là gì?

Ultimate Guitar Favorites to Spotify là một tiện ích mở rộng Chrome được phát triển bởi Antoine Mary, và tính năng chính của nó là "Easily export your Ultimate Guitar favorite songs to your Spotify".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ultimate Guitar Favorites to Spotify

Tải xuống các tệp mở rộng Ultimate Guitar Favorites to Spotify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ultimate Guitar Favorites to Spotify Ultimate Guitar Favorites to Spotify
ID jhadlgfdcpedmbohiknkbnfmpiaccocl
URL Chính Thức https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl
Mô tả Easily export your Ultimate Guitar favorite songs to your Spotify
Kích Thước Tệp 386 KB
Số Lần Cài Đặt 648
Phiên Bản Hiện Tại 1.6.8
Cập Nhật Lần Cuối 2021-04-26
Ngày Phát Hành 2020-05-17
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Antoine Mary
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gyab/ultimate-guitar-favorites-to-spotify
URL Trang Trợ Giúp https://github.com/gyab/ultimate-guitar-favorites-to-spotify
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}