Song and Audio Converter
Convertet all music or sound files.
Wat is Song and Audio Converter?
Song and Audio Converter is een Chrome-extensie ontwikkeld door Xeri Media Crew | XMC, en de belangrijkste functie is "Convertet all music or sound files.".
Extensie Screenshots
Download het CRX-bestand van de extensie Song and Audio Converter
Download Song and Audio Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hhcmnaikhdlpkfncbdnaeobcddopccob |
Officiële URL | https://chrome.google.com/webstore/detail/song-and-audio-converter/hhcmnaikhdlpkfncbdnaeobcddopccob |
Beschrijving | Convertet all music or sound files. |
Bestandsgrootte | 9.87 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-08-03 |
Publicatiedatum | 2020-12-01 |
Ontwikkelaar | Xeri Media Crew | XMC |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.xeriflow.net/privacy-policy |
Ondersteunde Talen | 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" } } |