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.”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | obhjfdbfdbgdgfcmllkkenicklkpeebc |
| 官方網址 | 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"
}
} | |