Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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\/*"
]
}
}