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