Song Instrumental Extractor
Extract Instrumentals from music or sound files.
O que é Song Instrumental Extractor?
Song Instrumental Extractor é uma extensão do Chrome desenvolvida por Xeri Media Crew | XMC, e sua principal característica é "Extract Instrumentals from music or sound files.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Song Instrumental Extractor
Baixe arquivos de extensão Song Instrumental Extractor 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
You can extract Instrumentals from song and music files for free! Remove the voice and vocals from a song and download the instrumental only. Upload the song files on the website and split vocals and instrumentals. You can use this tool without quality loss!
Informações Básicas da Extensão
Nome | Song Instrumental Extractor |
ID | obhjfdbfdbgdgfcmllkkenicklkpeebc |
URL Oficial | https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc |
Descrição | Extract Instrumentals from music or sound files. |
Tamanho do Arquivo | 7.53 KB |
Contagem de Instalações | 3,872 |
Versão Atual | 1.0.6 |
Última Atualização | 2022-04-26 |
Data de Publicação | 2020-07-31 |
Classificação | 4.50/5 Total de 6 Avaliações |
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 Instrumental Extractor", "description": "Extract Instrumentals from music or sound files.", "version": "1.0.6", "permissions": [ "background", "tabs" ], "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" } } |