WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk PDF Downloader – Download All PDFs on a Webpage with One Click

Bulk PDF Downloader – Download All PDFs on a Webpage with One Click

View on Chrome Web Store
View Bulk PDF Downloader – Download All PDFs on a Webpage with One Click Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (130 ratings)
3 new ratings
42 views
This extension has been viewed 42 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Download all PDF files linked on a webpage with a single click.
Type
Extension
Users
5,000 users
500
Squr***************
View author page of Squr***************
Published
Published on May 30, 2025
Version 3.5
Manifest version
3
Updated
Updated on December 29, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Bulk PDF Downloader – Download All PDFs on a Webpage with One Click Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "3.5",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "oauth2": {
        "client_id": "107680779108-mjsl6feem43k4m2du3tpfg491l5cbgo7.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top