Song and Audio Converter
Convertet all music or sound files.
O que é Song and Audio Converter?
Song and Audio Converter é uma extensão do Chrome desenvolvida por Xeri Media Crew | XMC, e sua principal característica é "Convertet all music or sound files.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Song and Audio Converter
Baixe arquivos de extensão Song and Audio Converter 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
Convert song and audio files for free. Supportet files: .mp3 .wav and more Open the AddOn. Upload audio files and select the wanted file format. The input will be converted and you can download it.
Informações Básicas da Extensão
Nome | |
ID | hhcmnaikhdlpkfncbdnaeobcddopccob |
URL Oficial | https://chrome.google.com/webstore/detail/song-and-audio-converter/hhcmnaikhdlpkfncbdnaeobcddopccob |
Descrição | Convertet all music or sound files. |
Tamanho do Arquivo | 9.87 KB |
Contagem de Instalações | 75 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-08-03 |
Data de Publicação | 2020-12-01 |
Desenvolvedor | Xeri Media Crew | XMC |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.xeriflow.net/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Song and Audio Converter", "description": "Convertet all music or sound files.", "version": "1.0.1", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |