Song and Audio Converter
Convertet all music or sound files.
Song and Audio Converterคืออะไร?
Song and Audio Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xeri Media Crew | XMC และคุณลักษณะหลักของมันคือ "Convertet all music or sound files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Song and Audio Converter
ดาวน์โหลดไฟล์ส่วนขยาย Song and Audio Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Convert song and audio files for free. Supportet files: .mp3 .wav and more Open the AddOn. Upload audio files and select the wanted file format. The input will be converted and you can download it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhcmnaikhdlpkfncbdnaeobcddopccob |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/song-and-audio-converter/hhcmnaikhdlpkfncbdnaeobcddopccob |
คำอธิบาย | Convertet all music or sound files. |
ขนาดไฟล์ | 9.87 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-08-03 |
วันที่เผยแพร่ | 2020-12-01 |
ผู้พัฒนา | 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 and Audio Converter", "description": "Convertet all music or sound files.", "version": "1.0.1", "permissions": [ "background" ], "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" } } |