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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Song Instrumental Extractor

ดาวน์โหลดไฟล์ส่วนขยาย Song Instrumental Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Song Instrumental Extractor Song Instrumental Extractor
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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}