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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |