Song Instrumental Extractor

Extract Instrumentals from music or sound files.

Co to jest Song Instrumental Extractor?

Song Instrumental Extractor to rozszerzenie Chrome opracowane przez Xeri Media Crew | XMC, a jego główną funkcją jest „Extract Instrumentals from music or sound files.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Song Instrumental Extractor

Pobierz pliki rozszerzeń Song Instrumental Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Song Instrumental Extractor Song Instrumental Extractor
ID obhjfdbfdbgdgfcmllkkenicklkpeebc
Oficjalny URL https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc
Opis Extract Instrumentals from music or sound files.
Rozmiar pliku 7.53 KB
Liczba instalacji 3,872
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2022-04-26
Data Publikacji 2020-07-31
Ocena 4.50/5 Łącznie 6 Oceny
Deweloper Xeri Media Crew | XMC
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.xeriflow.net/privacy-policy
Obsługiwane Języki 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"
    }
}