Song Instrumental Extractor
Extract Instrumentals from music or sound files.
Hvad er Song Instrumental Extractor?
Song Instrumental Extractor er en Chrome-udvidelse udviklet af Xeri Media Crew | XMC, og dens hovedfunktion er "Extract Instrumentals from music or sound files.".
Udvidelsesskærmbilleder
Download Song Instrumental Extractor-udvidelses-CRX-fil
Download Song Instrumental Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | obhjfdbfdbgdgfcmllkkenicklkpeebc |
| Officiel URL | https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc |
| Beskrivelse | Extract Instrumentals from music or sound files. |
| Filstørrelse | 7.53 KB |
| Antal Installationer | 3,872 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2022-04-26 |
| Udgivelsesdato | 2020-07-31 |
| Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
| Udvikler | Xeri Media Crew | XMC |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.xeriflow.net/privacy-policy |
| Understøttede Sprog | 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"
}
} | |