WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Vocal Remover, Music Separator

Vocal Remover, Music Separator

View on Chrome Web Store
View Vocal Remover, Music Separator Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Vocal remover for musicians, creators, vloggers, and podcasters! Extract vocals or instrumentals seamlessly from audio or video
Type
Extension
Users
903 users
1
Website unmix.audio
scr-dev
View author page of scr-dev
Published
Published on January 11, 2025
Version 4.0
Manifest version
3
Updated
Updated on March 26, 2025
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Vocal Remover, Music Separator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vocal Remover, Music Separator",
    "version": "4.0",
    "description": "Vocal remover for musicians, creators, vloggers, and podcasters! Extract vocals or instrumentals seamlessly from audio or video",
    "action": {
        "default_title": "unMix",
        "default_icon": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png",
            "64": "icons\/64x64.png",
            "128": "icons\/128x128.png"
        }
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "author": "Appsmartz",
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/unpkg.com\/*",
        "https:\/\/*.paypal.com\/*",
        "https:\/\/cdn.jsdelivr.net\/*",
        "<all_urls>",
        "https:\/\/*.firebaseio.com\/*",
        "https:\/\/www.gstatic.com\/firebasejs",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/cdn.jsdelivr.net\/npm\/*",
        "chrome-extension:\/\/*",
        "https:\/\/admin.unmix.audio\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                ".\/lib\/wavesurfer.js",
                "popup.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "oauth2": {
        "client_id": "893118143464-h55mdthcqnrojoa2ofq7s5vrqr7qrn4k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/cdn.jsdelivr.net\/npm\/*",
            "https:\/\/cdn.jsdelivr.net\/*",
            "https:\/\/admin.appscreenrecorder.com\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:5500\/*",
            "https:\/\/admin.unmix.audio\/login\/*",
            "https:\/\/appscreenrecorder.com\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top