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
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 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"
    }
}