Song and Audio Converter
Convertet all music or sound files.
Song and Audio Converter là gì?
Song and Audio Converter là một tiện ích mở rộng Chrome được phát triển bởi Xeri Media Crew | XMC, và tính năng chính của nó là "Convertet all music or sound files.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Song and Audio Converter
Tải xuống các tệp mở rộng Song and Audio Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hhcmnaikhdlpkfncbdnaeobcddopccob |
URL Chính Thức | https://chrome.google.com/webstore/detail/song-and-audio-converter/hhcmnaikhdlpkfncbdnaeobcddopccob |
Mô tả | Convertet all music or sound files. |
Kích Thước Tệp | 9.87 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-08-03 |
Ngày Phát Hành | 2020-12-01 |
Nhà Phát Triển | Xeri Media Crew | XMC |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.xeriflow.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |