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 là gì?
SwagLyrics for Spotify là một tiện ích mở rộng Chrome được phát triển bởi https://swaglyrics.dev, và tính năng chính của nó là "Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SwagLyrics for Spotify
Tải xuống các tệp mở rộng SwagLyrics for 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SwagLyrics for Spotify |
ID | miopldoofdhmipepmnclnoangcdffmlk |
URL Chính Thức | https://chromewebstore.google.com/detail/swaglyrics-for-spotify/miopldoofdhmipepmnclnoangcdffmlk |
Mô tả | Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. |
Kích Thước Tệp | 9.59 KB |
Số Lần Cài Đặt | 619 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-05-23 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 3.46/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://swaglyrics.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
URL Trang Trợ Giúp | https://github.com/SwagLyrics/SwagLyrics-Chrome-Extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |