MP3 Downloader
MP3 Downloader app downloads mp3 music from websites.
什麼是MP3 Downloader?
MP3 Downloader是由Mp3 Downloader開發的Chrome擴展程式,該擴展的主要功能是“MP3 Downloader app downloads mp3 music from websites.”。
擴展截圖
下載MP3 Downloader擴展crx文件
下載MP3 Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MP3 Downloader can download music tracks in mp3 format from most websites. Instructions: 1) Click to icon on the current page for display popup. 2) In the popup is showing mp3 files from current page. 3) Click to downloading one song or download all files. 4) You can playing mp3 in popup. Notice: 1) MP3 Downloader is not responsible for media content which you download. We recommended to check media copyright permissions. 2) Download of Youtube m3p to HDD is is intentionally locked.
擴展基本資訊
名稱 | |
ID | ijpbngfhhjnhdpnnbffmneljldlkolpa |
官方網址 | https://chrome.google.com/webstore/detail/mp3-downloader/ijpbngfhhjnhdpnnbffmneljldlkolpa |
簡介 | MP3 Downloader app downloads mp3 music from websites. |
檔案大小 | 112 KB |
安裝次數 | 48,385 |
目前版本 | 2.0.0 |
更新時間 | 2023-06-13 |
上架時間 | 2020-04-12 |
評分 | 2.48/5 共 31 次評分 |
開發者 | Mp3 Downloader |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "MP3 Downloader", "description": "MP3 Downloader app downloads mp3 music from websites.", "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "manifest_version": 3, "permissions": [ "downloads", "tabs" ], "web_accessible_resources": [ { "matches": [ " |