mafengwo mp3 downloader

识别蚂蜂窝游记页面的MP3信息并下载

mafengwo mp3 downloaderとは何ですか?

mafengwo mp3 downloaderはmafei7776によって開発されたChromeの拡張機能で、その主な機能は「识别蚂蜂窝游记页面的MP3信息并下载」です。

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

screenshot

mafengwo mp3 downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        喜欢浏览蚂蜂窝(http://www.mafengwo.cn/)的朋友不要错过哦                    

拡張機能の基本情報

名前 mafengwo mp3 downloader mafengwo mp3 downloader
ID olngcgpfadeplnlikpbklbgbkahhgccp
公式URL https://chromewebstore.google.com/detail/mafengwo-mp3-downloader/olngcgpfadeplnlikpbklbgbkahhgccp
説明 识别蚂蜂窝游记页面的MP3信息并下载
ファイルサイズ 79.7 KB
インストール数 37
現在のバージョン 0.5
最終更新日 2019-02-03
公開日 2019-02-02
開発者 mafei7776
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mafeifan/mafengwo-mp3-downloader
ヘルプページのURL https://github.com/mafeifan/mafengwo-mp3-downloader
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mafengwo mp3 downloader",
    "version": "0.5",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/mafeifan\/mafengwo-mp3-downloader",
    "description": "\u8bc6\u522b\u8682\u8702\u7a9d\u6e38\u8bb0\u9875\u9762\u7684MP3\u4fe1\u606f\u5e76\u4e0b\u8f7d",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "*:\/\/*.mafengwo.net\/*",
        "*:\/\/*.mafengwo.cn\/*",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jsmediatags.min.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}