MP3 Player Online – LastPlayer.Online
Basic web MP3 player for your daily listening needs
O que é MP3 Player Online – LastPlayer.Online?
MP3 Player Online – LastPlayer.Online é uma extensão do Chrome desenvolvida por https://lastplayer.online, e sua principal característica é "Basic web MP3 player for your daily listening needs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MP3 Player Online – LastPlayer.Online
Baixe arquivos de extensão MP3 Player Online – LastPlayer.Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | MP3 Player Online – LastPlayer.Online |
ID | nkoipdagfegeelgahfaakgpkekhnlnme |
URL Oficial | https://chromewebstore.google.com/detail/mp3-player-online-%E2%80%93-lastp/nkoipdagfegeelgahfaakgpkekhnlnme |
Descrição | Basic web MP3 player for your daily listening needs |
Tamanho do Arquivo | 436 KB |
Contagem de Instalações | 6,454 |
Versão Atual | 0.0.5 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2021-03-01 |
Classificação | 4.50/5 Total de 10 Avaliações |
Desenvolvedor | https://lastplayer.online |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://lastplayer.online/ |
Idiomas Suportados | 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": [] } |