Song Vocal Extractor

Extract Vocals from music or sound files.

What is Song Vocal Extractor?

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

Extension Screenshots

screenshot
screenshot
screenshot

Download Song Vocal Extractor Extension CRX File

Download Song Vocal 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

                        Extract vocals from music and song files for free!
Get the voice from songs and extract them.                    

Extension Basic Information

Name Song Vocal Extractor Song Vocal Extractor
ID lnbaadooobnmoahpcgljfioimghcnfje
Official URL https://chromewebstore.google.com/detail/song-vocal-extractor/lnbaadooobnmoahpcgljfioimghcnfje
Description Extract Vocals from music or sound files.
File Size 6.64 KB
Installation Count 4,137
Current Version 1.0.5
Last Updated 2022-04-25
Publish Date 2020-07-31
Rating 3.17/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 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"
    }
}