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はhttps://swaglyrics.devによって開発されたChromeの拡張機能で、その主な機能は「Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.」です。
拡張機能のスクリーンショット
SwagLyrics for Spotify拡張機能のCRXファイルをダウンロード
SwagLyrics for Spotify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://swaglyrics.dev/SwagLyrics-Chrome-Extension |
| ヘルプページのURL | 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"
]
}
]
} | |