Webpage Downloader

It sends the webpage link to a local server for downloading, what more do you want

What is Webpage Downloader?

Webpage Downloader is a Chrome extension developed by timber.gamer, and its main feature is "It sends the webpage link to a local server for downloading, what more do you want".

Extension Screenshots

screenshot

Download Webpage Downloader Extension CRX File

Download Webpage Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension reads a tab's url and sends it to a local server, use it for downloading videos with https://github.com/Timber1900/WebDL/releases/latest                    

Extension Basic Information

Name Webpage Downloader Webpage Downloader
ID nfkaeignpggbjnhhijmggoeploenicdo
Official URL https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo
Description It sends the webpage link to a local server for downloading, what more do you want
File Size 9.04 KB
Installation Count 3,152
Current Version 2.5
Last Updated 2021-10-28
Publish Date 2020-12-29
Rating 3.00/5 Total 2 Ratings
Developer timber.gamer
Email [email protected]
Payment Type free
Extension Website https://github.com/Timber1900/WebDL/releases/latest
Help Page URL https://github.com/Timber1900/WebDL/issues/new/choose
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webpage Downloader",
    "description": "It sends the webpage link to a local server for downloading, what more do you want",
    "version": "2.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost\/",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/page-16.png",
            "32": "icons\/page-32.png",
            "48": "icons\/page-48.png"
        }
    },
    "icons": {
        "48": "icons\/page-48.png"
    }
}