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ô |
Eメール | [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 } } |