ASUS Download Master Chrome Extension
Simplifies adding torrent, ed2k, ftp files to ASUS Download Master queue
ASUS Download Master Chrome Extensionคืออะไร?
ASUS Download Master Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vyacheslav Mayorov และคุณลักษณะหลักของมันคือ "Simplifies adding torrent, ed2k, ftp files to ASUS Download Master queue"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASUS Download Master Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย ASUS Download Master Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds context menu for every link which allows to quickly download file. # Installation ## Download Master Make sure you have an ASUS router with Download Master installed and running. If Download Master not installed follow this tutorial: https://www.asus.com/support/FAQ/114001 ## Options Before you proceed you must specify several options by clicking on extension icon * Application URL - URL to Download Master application (usually its http://router.asus.com:8081) * Username - router admin username * Password - router admin password Provided credentials won't be sent anywhere and will be stored only on your current machine. # Usage Right-click on any link and select 'Download with ASUS Download Master'. Torrent files are auto-detected so you don't need to worry about this. You will see notification about success or error. # Supported versions Tested on RT-AC88U and Download Master ver. 3.1.0.104 # Sources It's opensource, so you can make sure you are safe :) https://github.com/acc15/asus-downloader-chrome # Changelog - 1.1.0 * Fixed duplicate creation of contextMenu item * Improved notifications - they now tracks progress while queueing URL * Improved UTF-8 support for .torrent downloads * Added progressbar for .torrent downloads * Added colored icons (red - error, green - success and yellow - warning) to notifications * Added notification timeout option (default is 5 seconds) * Improved Download Master authentication flow - login requests now will be sent only when they are actually needed * Improved option page HTML layout * Fixed Download Master .torrent confirmation (by using .torrent filename directly from Download Master) ## 1.0.0 * Plugin was rewritten using Manifest V3 * It now uses fetch API instead of old XMLHttpRequest ## 0.0.6 * Improved Magnet URL handling * Fixed error message when USB drive is full (no space left for new downloads) - before it was "Unknown error" * Several minor fixes ## 0.0.5 * Added button to notifications which allows quickly navigate to Download Master * Added button to options page to allow test entered credentials and URL * Cosmetics ## 0.0.4 * Fixed an issue with multifile torrents which wasn't actually downloaded ## 0.0.3 * Fixed an issue which causes "Unknown error" message. * Actually this message means duplicate torrent file (Torrent file was already added to download queue). ## 0.0.2 * Improved .torrent detection * Fixed success message when ASUS Download Master task limit reached (max 30 active tasks)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ASUS Download Master Chrome Extension |
ID | fdbepfmlopiihehignfplbpndldhnhbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/asus-download-master-chro/fdbepfmlopiihehignfplbpndldhnhbo |
คำอธิบาย | Simplifies adding torrent, ed2k, ftp files to ASUS Download Master queue |
ขนาดไฟล์ | 30.13 KB |
จำนวนการติดตั้ง | 2,498 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-08-08 |
วันที่เผยแพร่ | 2020-04-30 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Vyacheslav Mayorov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://acc15.github.io/asus-downloader-chrome/index.html |
URL หน้านโยบายความเป็นส่วนตัว | https://acc15.github.io/asus-downloader-chrome/PRIVACY.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ASUS Download Master Chrome Extension", "description": "Simplifies adding torrent, ed2k, ftp files to ASUS Download Master queue", "version": "1.2.0", "permissions": [ "storage", "contextMenus", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": [], "options_page": "opts.html", "icons": { "64": "assets\/icon.png" } } |