Zing Mp3 Downloader
Download any song from Zingmp3.vn at your fingertips!
What is Zing Mp3 Downloader?
Zing Mp3 Downloader is a Chrome extension developed by Lâm Ngô, and its main feature is "Download any song from Zingmp3.vn at your fingertips!".
Extension Screenshots
Download Zing Mp3 Downloader Extension CRX File
Download Zing Mp3 Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zing Mp3 Downloader |
ID | hfnlihmimmlilelpcclhdhchamjlopgl |
Official URL | https://chromewebstore.google.com/detail/zing-mp3-downloader/hfnlihmimmlilelpcclhdhchamjlopgl |
Description | Download any song from Zingmp3.vn at your fingertips! |
File Size | 61.26 KB |
Installation Count | 2,000 |
Current Version | 0.2.0 |
Last Updated | 2019-07-13 |
Publish Date | 2019-07-13 |
Rating | 3.00/5 Total 9 Ratings |
Developer | Lâm Ngô |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://None |
Supported Languages | 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 } } |