Song Instrumental Extractor
Extract Instrumentals from music or sound files.
ما هو Song Instrumental Extractor؟
Song Instrumental Extractor هو إضافة Chrome تم تطويرها بواسطة Xeri Media Crew | XMC، والميزة الرئيسية لها هي "Extract Instrumentals from music or sound files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Song Instrumental Extractor
قم بتنزيل ملفات الامتداد Song Instrumental Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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! معلومات أساسية عن التمديد
| الاسم | |
| ID | obhjfdbfdbgdgfcmllkkenicklkpeebc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/song-instrumental-extract/obhjfdbfdbgdgfcmllkkenicklkpeebc |
| الوصف | Extract Instrumentals from music or sound files. |
| حجم الملف | 7.53 KB |
| عدد التثبيتات | 3,872 |
| النسخة الحالية | 1.0.6 |
| آخر تحديث | 2022-04-26 |
| تاريخ النشر | 2020-07-31 |
| تقييم | 4.50/5 مجموع تقييمات 6 |
| المطور | Xeri Media Crew | XMC |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://www.xeriflow.net/privacy-policy |
| اللغات المدعومة | 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"
}
} | |