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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ultimate Guitar Favorites to Spotify
قم بتنزيل ملفات الامتداد Ultimate Guitar Favorites to Spotify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } |