Song and Audio Converter

Convertet all music or sound files.

Cos'è Song and Audio Converter?

Song and Audio Converter è un'estensione di Chrome sviluppata da Xeri Media Crew | XMC, e la sua funzione principale è "Convertet all music or sound files.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Song and Audio Converter

Scarica i file di estensione Song and Audio Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Song and Audio Converter Song and Audio Converter
ID hhcmnaikhdlpkfncbdnaeobcddopccob
URL Ufficiale https://chrome.google.com/webstore/detail/song-and-audio-converter/hhcmnaikhdlpkfncbdnaeobcddopccob
Descrizione Convertet all music or sound files.
Dimensione del File 9.87 KB
Conteggio Installazioni 75
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-08-03
Data di Pubblicazione 2020-12-01
Sviluppatore Xeri Media Crew | XMC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.xeriflow.net/privacy-policy
Lingue Supportate 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"
    }
}