Song Vocal Extractor

Extract Vocals from music or sound files.

什么是Song Vocal Extractor?

Song Vocal Extractor是由Xeri Media Crew | XMC开发的Chrome扩展程序,该扩展的主要功能是“Extract Vocals from music or sound files.”。

扩展截图

screenshot
screenshot
screenshot

下载Song Vocal Extractor扩展crx文件

下载Song Vocal Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extract vocals from music and song files for free!
Get the voice from songs and extract them.                    

扩展基本信息

名称 Song Vocal Extractor Song Vocal Extractor
ID lnbaadooobnmoahpcgljfioimghcnfje
官方URL https://chromewebstore.google.com/detail/song-vocal-extractor/lnbaadooobnmoahpcgljfioimghcnfje
简介 Extract Vocals from music or sound files.
文件大小 6.64 KB
安装次数 4,137
当前版本 1.0.5
更新时间 2022-04-25
上架时间 2020-07-31
评分 3.17/5 共6次评分
开发者 Xeri Media Crew | XMC
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.xeriflow.net/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Song Vocal Extractor",
    "description": "Extract Vocals from music or sound files.",
    "version": "1.0.5",
    "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"
    }
}