WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multi Page PDF Downloader: Bulk Download All PDFs from Website Pages

Multi Page PDF Downloader: Bulk Download All PDFs from Website Pages

View on Chrome Web Store
View Multi Page PDF Downloader: Bulk Download All PDFs from Website Pages Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (18 ratings)
5 new ratings
1 views
This extension has been viewed 1 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.

Bulk download all PDF files from multiple web pages. Scan entire websites to automatically extract and download all available PDFs.
Type
Extension
Users
233 users
22
msq4778
View author page of msq4778
Published
Published on February 8, 2026
Version 1.1
Manifest version
3
Updated
Updated on February 26, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Multi Page PDF Downloader: Bulk Download All PDFs from Website Pages 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__",
    "short_name": "__MSG_extShortName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "downloads",
        "identity",
        "webRequest"
    ],
    "oauth2": {
        "client_id": "643002643564-sgulrec2lcu9v58tb17o39072fbioilg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*.firebaseio.com\/*",
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/*.firebaseapp.com\/*",
        "https:\/\/accounts.google.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.googleapis.com https:\/\/*.firebaseio.com https:\/\/*.firebaseapp.com"
    },
    "icons": {
        "16": "Logo\/icon128.png",
        "48": "Logo\/icon128.png",
        "128": "Logo\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "Logo\/icon128.png",
            "48": "Logo\/icon128.png",
            "128": "Logo\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}
© 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