DownThemAll!

The Mass Downloader for your browser

DownThemAll!คืออะไร?

DownThemAll! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nils Maier และคุณลักษณะหลักของมันคือ "The Mass Downloader for your browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        DownThemAll will help you select, queue, sort and run your downloads faster. It comes with advanced ways to select what links to download, and will remember your previous decisions so that you can queue more downloads with just OneClick!

Please note: If you have Chrome configured to "Ask where to save each file before downloading", then the browser will do just that. There is no way to override this browser behavior from within the extension. This can become tiresome when you download a lot of things through DownThemAll! You can change this setting in the general Chrome Settings under Downloads at any time.

Advanced users will also like using renaming masks, which let you automatically assign names (and even sub-folders within your downloads folder), fast-filtering or even custom, re-usable filters.

DownThemAll is open-source and free. We spend a lot of time making it, and keep spending a lot of time improving it.
We will never add adware, spyware, user tracking or other nasty stuff. Therefore we rely on your donations exclusively to fund the development.

PS: We strive to have as few bugs as possible, so please be kind, patient and forgiving, and report any issues you have to https://github.com/downthemall/downthemall/issues                    

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

ชื่อ DownThemAll! DownThemAll!
ID nljkibfhlpcnanjgbnlnbjecgicbjkge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downthemall/nljkibfhlpcnanjgbnlnbjecgicbjkge
คำอธิบาย The Mass Downloader for your browser
ขนาดไฟล์ 936 KB
จำนวนการติดตั้ง 290,321
เวอร์ชันปัจจุบัน 4.12.1
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2019-11-26
คะแนน 3.97/5 รวมทั้งหมด 180 คะแนน
ผู้พัฒนา Nils Maier
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.downthemall.org/
URL หน้าช่วยเหลือ https://github.com/downthemall/downthemall/issues
ภาษาที่รองรับ id,de,en,fr,nl,tr,da,et,es,it,lt,hu,pl,pt-BR,pt-PT,sv,cs,el,bg,ru,fa,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DownThemAll!",
    "version": "4.12.1",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/downthemall.org\/",
    "author": "Nils Maier",
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src data: blob: 'self'; connect-src data: blob: http: https: 'self'; default-src 'self'",
    "icons": {
        "16": "style\/icon16.png",
        "32": "style\/icon32.png",
        "48": "style\/icon48.png",
        "64": "style\/icon64.png",
        "128": "style\/icon128.png",
        "256": "style\/icon256.png"
    },
    "permissions": [
        "",
        "contextMenus",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "history",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "bundles\/common.js",
            "bundles\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "windows\/popup.html",
        "default_icon": {
            "16": "style\/icon16.png",
            "32": "style\/icon32.png",
            "48": "style\/icon48.png",
            "64": "style\/icon64.png",
            "128": "style\/icon128.png",
            "256": "style\/icon256.png"
        },
        "default_title": "DownThemAll!"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "\/windows\/prefs.html"
    }
}