MP3 Player Online – LastPlayer.Online
Basic web MP3 player for your daily listening needs
MP3 Player Online – LastPlayer.Onlineとは何ですか?
MP3 Player Online – LastPlayer.Onlineはhttps://lastplayer.onlineによって開発されたChromeの拡張機能で、その主な機能は「Basic web MP3 player for your daily listening needs」です。
拡張機能のスクリーンショット
MP3 Player Online – LastPlayer.Online拡張機能のCRXファイルをダウンロード
MP3 Player Online – LastPlayer.Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MP3 player that you can use to listen to your local MP3, FLAC and WAV music files
– simple interface
– integration with media controls of your browser and operation system
– track cover from file tags 拡張機能の基本情報
| 名前 | |
| ID | nkoipdagfegeelgahfaakgpkekhnlnme |
| 公式URL | https://chromewebstore.google.com/detail/mp3-player-online-%E2%80%93-lastp/nkoipdagfegeelgahfaakgpkekhnlnme |
| 説明 | Basic web MP3 player for your daily listening needs |
| ファイルサイズ | 436 KB |
| インストール数 | 6,454 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2023-11-21 |
| 公開日 | 2021-03-01 |
| 評価 | 4.50/5 合計 10 レビュー |
| 開発者 | https://lastplayer.online |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://lastplayer.online/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MP3 Player Online \u2013 LastPlayer.Online",
"description": "Basic web MP3 player for your daily listening needs",
"version": "0.0.5",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"\/js\/1.min.js"
]
},
"permissions": [
"storage"
],
"browser_action": {
"default_title": "MP3 Player Online \u2013 LastPlayer.Online",
"default_icon": "img\/icon128.png"
},
"externally_connectable": {
"matches": []
},
"web_accessible_resources": []
} | |