ArrowDL

The Right Download Manager for your browser

ArrowDLคืออะไร?

ArrowDL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SetVisible(0!=1) และคุณลักษณะหลักของมันคือ "The Right Download Manager for your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArrowDL

ดาวน์โหลดไฟล์ส่วนขยาย ArrowDL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Free & Open-source software that helps you to download all links, pictures, videos, torrent files, and other media you find on the Web. 

It's called a "mass" download manager, because it helps you to select, organize, prioritize and run your downloads in parallel.

Features:
(1) Collect images, music, documents, files
(2) Download from video sites
(3) Peer-to-peer
(4) Manage and prioritize the queue
(5) Stop, pause, resume downloads
(6) Recreate the same sub-directories as the web page
(7) Batch Rename, Open and Move downloaded items

How it works?
===========
The browser add-on (this extension) sends the links to the open-source standalone application ArrowDL.

Why a standalone application? This download manager is a standalone application, in order to separate this extension’s life cycle from the browser’s life cycle. Moreover a standalone manager provides a lot more features, not limited to the Chrome/Firefox/Safari/Opera browser or WebExtensions' API, so we could implement all the features we imagine.

Acknowledgements
================
- Thanks to Andy Portmen for the native-client plugin.
- Thanks to people contributing to YT-DLP.
- Thanks to Arvid Norberg and contributors for the libtorrent library.

Privacy Policy
=================
https://www.arrow-dl.com/privacy.html

Contact and Support
=================
Hope you like this extension. Please leave a comment here or on Github.

For more news, go to:
https://www.arrow-dl.com/

For support, go to:
https://setvisible.github.io/ArrowDL/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ArrowDL ArrowDL
ID modofbhnhlagjmejdbalnijgncppjeio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arrowdl/modofbhnhlagjmejdbalnijgncppjeio
คำอธิบาย The Right Download Manager for your browser
ขนาดไฟล์ 64.63 KB
จำนวนการติดตั้ง 3,597
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2020-06-09
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา SetVisible(0!=1)
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/setvisible/ArrowDL/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.arrow-dl.com/privacy.html
ภาษาที่รองรับ de,en,fr,nl,vi,es,it,hu,pl,pt-BR,pt-PT,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "SetVisible(0!=1)",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.arrow-dl.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "page": "options.html",
        "browser_style": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging",
        "scripting",
        "storage",
        "tabs"
    ],
    "short_name": "ArrowDL",
    "version": "4.0.0"
}