LinkBatch - A Chrome Extension for Batch Downloading Links

A complete development journey of my Chrome extension LinkBatch - from identifying the need, planning features, to technical implementation. This extension lets you select an area on a webpage and batch download all links within it.

Feb 14, 2026 · 1 min read · 174 Words · -Views -Comments · Software & Tools

Origin

In daily work and life, for example on GitHub release pages, I often need to click multiple download links, which is really annoying. It’s even worse if you have the download location confirmation dialog enabled. To solve this problem once and for all, I decided to build a Chrome extension.

Feature Design

The general idea:

  1. Select an area on the page, automatically extract all links within it, click download, and Chrome directly initiates N downloads for all the links.
  2. Support blocking links with specific file extensions, with settings saved so that future visits to the same site can use quick downloads right away.

Development

Once the features were clear, development was straightforward. I found a Chrome extension template, quickly coded it based on the feature design, tested it without issues, and published it to the Chrome Web Store. If you’re interested, you can download it directly.

Notes

To avoid the browser prompting for a save location on every download, you need to manually disable that setting - the extension cannot override this.

https://static.1991421.cn/2026/02/2026-02-14-204805.jpeg

Download

https://static.1991421.cn/2026/02/2026-02-14-204205.jpeg

Authors
Developer, digital product enthusiast, tinkerer, sharer, open source lover