MP3 Downloader

Download mp3 music tracks from websites via MP3 Downloader in one click.

MP3 Downloaderとは何ですか?

MP3 Downloaderはx-Games.netによって開発されたChromeの拡張機能で、その主な機能は「Download mp3 music tracks from websites via MP3 Downloader in one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

MP3 Downloader拡張機能のCRXファイルをダウンロード

MP3 Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MP3 Downloader allows comfortably and fast download mp3 music tracks from websites in just one click.
 
You click on the icon of the extension in your browser. MP3 files will display to you from current website and you can begin download the music tracks to your hard drive. You can play the song before downloading. 

This MP3 Downloader is not responsible for media content which you download. You should check media copyright permissions on website.                    

拡張機能の基本情報

名前 MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
公式URL https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
説明 Download mp3 music tracks from websites via MP3 Downloader in one click.
ファイルサイズ 107 KB
インストール数 9,242
現在のバージョン 1.0.0
最終更新日 2020-11-16
公開日 2020-11-16
評価 2.70/5 合計 10 レビュー
開発者 x-Games.net
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.x-games.net/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "MP3 Downloader",
    "description": "Download mp3 music tracks from websites via MP3 Downloader in one click.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}