WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Website Downloader

Website Downloader

View on Chrome Web Store
View Website Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (100 ratings)
1 new ratings
3 views
This extension has been viewed 3 times

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

Simple website downloader: easily download website. This site downloader is placed in the bar so you can clone website with a click
Type
Extension
Users
30,000 users
10K
feedforward.software
View author page of feedforward.software
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 9, 2024
Version 2.0.3
Manifest version
3
Updated
Updated on March 21, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Website Downloader 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_appName__",
    "description": "__MSG_shortDesc__",
    "version": "2.0.3",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "default_locale": "en",
    "action": [],
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "sidePanel",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/16.png",
                "data\/Extension-Technologies.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 2025 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