Song and Audio Converter

Convertet all music or sound files.

What is Song and Audio Converter?

Song and Audio Converter is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Convertet all music or sound files.".

Extension Screenshots

screenshot

Download Song and Audio Converter Extension CRX File

Download Song and Audio Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Song and Audio Converter Song and Audio Converter
ID hhcmnaikhdlpkfncbdnaeobcddopccob
Official URL https://chrome.google.com/webstore/detail/song-and-audio-converter/hhcmnaikhdlpkfncbdnaeobcddopccob
Description Convertet all music or sound files.
File Size 9.87 KB
Installation Count 75
Current Version 1.0.1
Last Updated 2021-08-03
Publish Date 2020-12-01
Developer Xeri Media Crew | XMC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.xeriflow.net/privacy-policy
Supported Languages 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"
    }
}