SwagLyrics for Spotify
Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.
ما هو SwagLyrics for Spotify؟
SwagLyrics for Spotify هو إضافة Chrome تم تطويرها بواسطة https://swaglyrics.dev، والميزة الرئيسية لها هي "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SwagLyrics for Spotify
قم بتنزيل ملفات الامتداد SwagLyrics for Spotify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The SwagLyrics extension extends Spotify Web Player support to the SwSpotify (https://swaglyrics.dev/SwSpotify) python library. This allows developers to make cross-platform applications that interact with Spotify without worrying about each OS themselves. The extension is open source at https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension. If you're an end user redirected to the extension by a dev, then all you need to do is to install this extension to enable support for the Spotify Web Player!
معلومات أساسية عن التمديد
الاسم | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
الوصف | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
حجم الملف | 9.59 KB |
عدد التثبيتات | 619 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-23 |
تاريخ النشر | 2020-05-22 |
تقييم | 3.46/5 مجموع تقييمات 13 |
المطور | https://swaglyrics.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
عنوان صفحة المساعدة | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SwagLyrics for Spotify", "description": " Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.", "version": "1.0", "icons": { "128": "swaglyrics_pfp_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "all_frames": true, "js": [ "bridge.js" ] } ] } |