mafengwo mp3 downloader
识别蚂蜂窝游记页面的MP3信息并下载
什么是mafengwo mp3 downloader?
mafengwo mp3 downloader是由mafei7776开发的Chrome扩展程序,该扩展的主要功能是“识别蚂蜂窝游记页面的MP3信息并下载”。
扩展截图
下载mafengwo mp3 downloader扩展crx文件
下载mafengwo mp3 downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
喜欢浏览蚂蜂窝(http://www.mafengwo.cn/)的朋友不要错过哦
扩展基本信息
名称 | |
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 |
电子邮箱 | [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 } } |