Song and Audio Converter
Convertet all music or sound files.
Song and Audio Converterとは何ですか?
Song and Audio ConverterはXeri Media Crew | XMCによって開発されたChromeの拡張機能で、その主な機能は「Convertet all music or sound files.」です。
拡張機能のスクリーンショット
Song and Audio Converter拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |