Song Instrumental Extractor
Extract Instrumentals from music or sound files.
Wat is Song Instrumental Extractor?
Song Instrumental Extractor is een Chrome-extensie ontwikkeld door Xeri Media Crew | XMC, en de belangrijkste functie is "Extract Instrumentals from music or sound files.".
Extensie Screenshots
Download het CRX-bestand van de extensie Song Instrumental Extractor
Download Song Instrumental Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | obhjfdbfdbgdgfcmllkkenicklkpeebc |
| Officiële URL | https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc |
| Beschrijving | Extract Instrumentals from music or sound files. |
| Bestandsgrootte | 7.53 KB |
| Aantal Installaties | 3,872 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2022-04-26 |
| Publicatiedatum | 2020-07-31 |
| Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Xeri Media Crew | XMC |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.xeriflow.net/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |