MP3 Player Online – LastPlayer.Online
Basic web MP3 player for your daily listening needs
What is MP3 Player Online – LastPlayer.Online?
MP3 Player Online – LastPlayer.Online is a Chrome extension developed by https://lastplayer.online, and its main feature is "Basic web MP3 player for your daily listening needs".
Extension Screenshots
Download MP3 Player Online – LastPlayer.Online Extension CRX File
Download MP3 Player Online – LastPlayer.Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | MP3 Player Online – LastPlayer.Online |
ID | nkoipdagfegeelgahfaakgpkekhnlnme |
Official URL | https://chromewebstore.google.com/detail/mp3-player-online-%E2%80%93-lastp/nkoipdagfegeelgahfaakgpkekhnlnme |
Description | Basic web MP3 player for your daily listening needs |
File Size | 436 KB |
Installation Count | 6,454 |
Current Version | 0.0.5 |
Last Updated | 2023-11-21 |
Publish Date | 2021-03-01 |
Rating | 4.50/5 Total 10 Ratings |
Developer | https://lastplayer.online |
[email protected] | |
Payment Type | free |
Extension Website | https://lastplayer.online/ |
Supported Languages | 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": [] } |