Download Master
Intercept downloads for Download Master, download a file or a group of files from the context menu.
Download Masterคืออะไร?
Download Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://westbyte.com และคุณลักษณะหลักของมันคือ "Intercept downloads for Download Master, download a file or a group of files from the context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Master
ดาวน์โหลดไฟล์ส่วนขยาย Download Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download with Download Master* by clicking on the any file link. Enable or disable browser integration from the extension menu, set the minimum file size from the extension options. Extension adds the ability to download using Download Master* specified file or group of files from the browser's context menu. After installing the plug-in a new section with items "Download link", "Download all links" and "Download remotely" is added the context menu of Chrome. Right-clicking on the link (example link) you will see a menu with 3 new items added: - Select "Download link" if you want to download the selected file; - Select "Download ALL links" if you want to download multiple files located on this page; - Select "Download remotely" if you want to download a file via a remote download service. When entering the page with the video clip, if the video service is supported, extension button will be changed. Click on it and select “Download video”, you transfer the movie for download using Download Master*. If you highlight text on a page, right-click and choose "Find selection on ...". You will go directly to the page with the search results where you can download your files. * The plug-in must be installed on the PC together with Download Master.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Download Master |
ID | dljdacfojgikogldjffnkdcielnklkce |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/download-master/dljdacfojgikogldjffnkdcielnklkce |
คำอธิบาย | Intercept downloads for Download Master, download a file or a group of files from the context menu. |
ขนาดไฟล์ | 157 KB |
จำนวนการติดตั้ง | 212,518 |
เวอร์ชันปัจจุบัน | 3.20.0 |
อัปเดตครั้งล่าสุด | 2023-08-23 |
วันที่เผยแพร่ | 2020-07-30 |
คะแนน | 3.81/5 รวมทั้งหมด 1716 คะแนน |
ผู้พัฒนา | https://westbyte.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://westbyte.com/dm/chrome/ |
URL หน้าช่วยเหลือ | https://downloadmaster.com/contacts/ |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/westbyte.com\/dm\/chrome\/", "version": "3.20.0", "author": "WestByte", "default_locale": "ru", "icons": { "16": "ui\/assets\/icons\/download-master-16.png", "48": "ui\/assets\/icons\/download-master-48.png", "128": "ui\/assets\/icons\/download-master-128.png" }, "minimum_chrome_version": "35", "permissions": [ "alarms", "nativeMessaging", "notifications", "downloads", "downloads.shelf", "downloads.open", "cookies", "storage", "contextMenus", "tabs", "activeTab", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "src\/content-script\/autostart.js" ], "css": [ "src\/content-script\/dm-inject.css" ] }, { "matches": [ "ftp:\/\/*\/*" ], "run_at": "document_end", "js": [ "src\/content-script\/autostart.js" ], "css": [ "src\/content-script\/dm-inject.css" ] } ], "background": { "scripts": [ "src\/lib\/chrome-promise.js", "src\/config.js", "src\/extension-controller.js", "src\/background.js", "src\/download-master-plugin.js", "src\/handle-video.js", "src\/context-menu.js", "src\/updater.js", "src\/downloads.js", "src\/include-yt.js", "src\/commands.js" ] }, "options_ui": { "page": "ui\/options.html", "open_in_tab": false, "chrome_style": true }, "browser_action": { "default_title": "__MSG_extensionName__", "default_popup": "\/ui\/popup.html", "default_icon": { "19": "ui\/assets\/icons\/browser-action\/dm-19-enabled.png", "38": "ui\/assets\/icons\/browser-action\/dm-38-enabled.png" } }, "commands": { "toggleStatePassToDownloadMaster": { "description": "Pass downloads to Download Master", "global": false, "suggested_key": { "default": "Ctrl+Shift+1" } } }, "content_security_policy": "script-src 'self'; object-src 'self';", "web_accessible_resources": [ "ui\/assets\/img\/*.png" ], "manifest_version": 2 } |