Song Instrumental Extractor

Extract Instrumentals from music or sound files.

什么是Song Instrumental Extractor?

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

扩展截图

screenshot
screenshot
screenshot

下载Song Instrumental Extractor扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 Song Instrumental Extractor Song Instrumental Extractor
ID obhjfdbfdbgdgfcmllkkenicklkpeebc
官方URL https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc
简介 Extract Instrumentals from music or sound files.
文件大小 7.53 KB
安装次数 3,872
当前版本 1.0.6
更新时间 2022-04-26
上架时间 2020-07-31
评分 4.50/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 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"
    }
}