Mini Player for Spotify
Get a mini player for spotify!
Mini Player for Spotifyとは何ですか?
Mini Player for SpotifyはMartin Nesterによって開発されたChromeの拡張機能で、その主な機能は「Get a mini player for spotify!」です。
拡張機能のスクリーンショット
Mini Player for Spotify拡張機能のCRXファイルをダウンロード
Mini Player for Spotify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Spotify is a music streaming service the unfortunately doesn't offer a good mini player. With this extension you can get a miniplayer that works and looks great. To setup and use Mini Player for Spotify follow the steps below. 0. Install the Mini Player for Spotify Chrome Extension 1. Navigate to open.spotify.com and login to your account. 2. Install the Chrome Spotify App by pressing the "+" found in the address bar. 3. After installing resize the Spotify window to get the Mini Player or click the miniplayer button in the bottom right. 4. Optional: Right Click and Pin Spotify to taskbar.
拡張機能の基本情報
名前 | |
ID | mjjeebakniihklfggnacbigighgildlo |
公式URL | https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo |
説明 | Get a mini player for spotify! |
ファイルサイズ | 2.91 MB |
インストール数 | 34,581 |
現在のバージョン | 1.1.2 |
最終更新日 | 2021-03-21 |
公開日 | 2021-01-28 |
評価 | 4.02/5 合計 41 レビュー |
開発者 | Martin Nester |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Player for Spotify", "version": "1.1.2", "description": "Get a mini player for spotify!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "browser_action": [], "author": "Martin", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "icons\/icon32.png" ], "permissions": [ "storage" ] } |