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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Antoine Mary และคุณลักษณะหลักของมันคือ "Easily export your Ultimate Guitar favorite songs to your Spotify"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Guitar Favorites to Spotify

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}