Bulk Download Files

An extension to download files from a webpage

Bulk Download Filesคืออะไร?

Bulk Download Files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ray Breslin และคุณลักษณะหลักของมันคือ "An extension to download files from a webpage"

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

screenshot
screenshot
screenshot

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

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

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

                        Bulk Download Files: The Ultimate File-Saving Tool

Tired of manually downloading individual files from web pages? Meet "Bulk Download Files", a versatile and easy-to-use Chrome extension designed to make your life easier.

With a single click, "Bulk Download Files" scans your current webpage and fetches all available downloadable files. It's not limited to a specific file type - whether you're looking for music files (.mp3), videos (.mp4, .avi), documents (.doc, .docx, .xls, .xlsx, .pdf), or images (.jpeg, .jpg, .png, .gif), our extension has got you covered.

Once the scan is complete, you'll see a list of all found files right in your browser. Now, you can either pick and choose which files to download, or simply hit the "Download All" button to get everything at once. It's as simple as that!

Here's why users love "Bulk Download Files":

Saves time by bulk downloading files
Works with a wide range of file types
Clean and user-friendly interface
Easily accessible via the browser toolbar
So why wait? Try "Bulk Download Files" today and experience a smoother, quicker way to download files from the internet. Enjoy efficient browsing and never worry about manual downloads again!                    

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

ชื่อ Bulk Download Files Bulk Download Files
ID oehppfijdgkgmfjnecnliihfdepegejk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulk-download-files/oehppfijdgkgmfjnecnliihfdepegejk
คำอธิบาย An extension to download files from a webpage
ขนาดไฟล์ 43.03 KB
จำนวนการติดตั้ง 753
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-16
วันที่เผยแพร่ 2023-06-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ray Breslin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk Download Files",
    "version": "1.0",
    "description": "An extension to download files from a webpage",
    "permissions": [
        "activeTab",
        "downloads",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}