Music Player
Play Music
Music Playerとは何ですか?
Music PlayerはS-W-I Techによって開発されたChromeの拡張機能で、その主な機能は「Play Music」です。
拡張機能のスクリーンショット
Music Player拡張機能のCRXファイルをダウンロード
Music Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Plays music in the background so you can listen to music on the go! Works when chrome is closed! Just click the icon in your chrome bar, and select a song to play. Comes with seek buttons, forward 5 seconds, backward 5 seconds, Start, Pause, Stop. Also a loop function. A small but growing selection of 28 songs. Even with a small selection, there's something for everyone.
拡張機能の基本情報
名前 | |
ID | nbhogibogkkeflcnemafpnlameeffbff |
公式URL | https://chrome.google.com/webstore/detail/music-player/nbhogibogkkeflcnemafpnlameeffbff |
説明 | Play Music |
ファイルサイズ | 262 KB |
インストール数 | 321 |
現在のバージョン | 2.1.0 |
最終更新日 | 2018-11-12 |
公開日 | 2018-11-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | S-W-I Tech |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/S-W-dev/MusicPlayer |
ヘルプページのURL | https://github.com/S-W-dev/MusicPlayer/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Player", "description": "Play Music", "version": "2.1.0", "browser_action": { "default_icon": "InvisiIcon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ] } |