Zing Mp3 Downloader
Download any song from Zingmp3.vn at your fingertips!
什么是Zing Mp3 Downloader?
Zing Mp3 Downloader是由Lâm Ngô开发的Chrome扩展程序,该扩展的主要功能是“Download any song from Zingmp3.vn at your fingertips!”。
扩展截图
下载Zing Mp3 Downloader扩展crx文件
下载Zing Mp3 Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a new VIP download button next to songs or video clips, and users could download the song in just a second. * Thêm nút download VIP cạnh bài hát/videos, và người dùng có thể download dễ dàng.
扩展基本信息
名称 | Zing Mp3 Downloader |
ID | hfnlihmimmlilelpcclhdhchamjlopgl |
官方URL | https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl |
简介 | Download any song from Zingmp3.vn at your fingertips! |
文件大小 | 61.26 KB |
安装次数 | 2,000 |
当前版本 | 0.2.0 |
更新时间 | 2019-07-13 |
上架时间 | 2019-07-13 |
评分 | 3.00/5 共9次评分 |
开发者 | Lâm Ngô |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://None |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zing Mp3 Downloader", "description": "Download any song from Zingmp3.vn at your fingertips!", "author": "Lam Ngo - [email protected]", "version": "0.2.0", "content_scripts": [ { "matches": [ "https:\/\/zingmp3.vn\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "downloads", "background", "tabs", "https:\/\/zing-mp3.glitch.me\/" ], "icons": { "16": "images\/zing-logo.png", "128": "images\/zing-logo.png" }, "browser_action": { "default_icon": "images\/zing-logo.png", "default_popup": "popup\/index.html", "default_title": "Download songs from Zingmp3.vn website" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |