Smule downloader
This extension helps to download audio files directly from the smule website
什么是Smule downloader?
Smule downloader是由http://sites.google.com/site/jayankaghosh开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to download audio files directly from the smule website”。
扩展截图
下载Smule downloader扩展crx文件
下载Smule downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps to download audio files directly from the smule website.
For any queries please send an email to [email protected] 扩展基本信息
| 名称 | |
| ID | eadnjpopghnfpmaoggbbmglmjeclkhib |
| 官方URL | https://chrome.google.com/webstore/detail/smule-downloader/eadnjpopghnfpmaoggbbmglmjeclkhib |
| 简介 | This extension helps to download audio files directly from the smule website |
| 文件大小 | 120 KB |
| 安装次数 | 933 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-05-01 |
| 上架时间 | 2017-05-01 |
| 评分 | 3.98/5 共83次评分 |
| 开发者 | http://sites.google.com/site/jayankaghosh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smule downloader",
"description": "This extension helps to download audio files directly from the smule website",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Made with l<3ve by j0y"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.smule.com\/*"
],
"js": [
"Smule.js"
]
}
]
} | |