Song Instrumental Extractor

Extract Instrumentals from music or sound files.

What is Song Instrumental Extractor?

Song Instrumental Extractor is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Extract Instrumentals from music or sound files.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Song Instrumental Extractor Extension CRX File

Download Song Instrumental Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Song Instrumental Extractor Song Instrumental Extractor
ID obhjfdbfdbgdgfcmllkkenicklkpeebc
Official URL https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc
Description Extract Instrumentals from music or sound files.
File Size 7.53 KB
Installation Count 3,872
Current Version 1.0.6
Last Updated 2022-04-26
Publish Date 2020-07-31
Rating 4.50/5 Total 6 Ratings
Developer Xeri Media Crew | XMC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.xeriflow.net/privacy-policy
Supported Languages 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"
    }
}