WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Vocal Remover

Vocal Remover

View on Chrome Web Store
View Vocal Remover Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (23 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Use Vocal Remover to clean your track online and remove vocals from a song with this voice remover!
Type
Extension
Users
3,000 users
1K
Andrei K.
View author page of Andrei K.
Published
Published on March 31, 2025
Version 0.0.1.6
Manifest version
3
Updated
Updated on November 23, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Vocal Remover 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",
    "version": "0.0.1.6",
    "manifest_version": 3,
    "minimum_chrome_version": "124",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/96.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "identity"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/extensions.ee\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "mainContentScript.bundle.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "isolatedContentScript.bundle.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_start",
            "world": "ISOLATED"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mainContentScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "bufferingProcessor.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval';  object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
© 2026 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