Back to directory
xuejianxianzun avatar
xuejianxianzun / PixivBatchDownloader

PixivBatchDownloader

Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more. 浏览器扩展程序,批量下载 Pixiv 上的插画和小说。过滤作品、下载时重命名、转换动态图片等。

5,513

Stars

294

Forks

43

Watchers

GPL-3.0

License

English | 简体中文 | 繁體中文 | 日本語 | 韩国语 | Russian

Discord channel

version

Introduction

Powerful Pixiv Downloader

This is a browser extension that lets you download images and novels from Pixiv in batch.

Available languages: Simplified Chinese, Traditional Chinese, Japanese, English、Korean、Russian.

The main function:

  • Batch download all works, bookmarks, followed users, rankings, search results, etc. from a Pixiv user;
  • Set various filtering conditions to select the works you want to download;
  • Create folders using usernames, work titles, custom text, and other rules;
  • Customize file names;
  • Download illustrations, manga, Ugoira, novels;
  • One-click download any work you see;
  • Manually select (multi-select) the works you want to download;
  • Scheduled crawling and downloading;
  • Convert Ugoira to WebP, WebM, GIF, APNG formats;
  • Save novels in TXT, EPUB formats;
  • Save user avatars and cover images;
  • Save download progress and resume incomplete downloads;
  • Save download history to avoid duplicates;
  • Batch bookmark works;
  • Add tags to unclassified works in bookmarks;
  • Various enhancement features to optimize Pixiv usage experience and efficiency;
  • Preview works and view original images without entering the work page;
  • Built-in image viewer to view multi-image works;
  • Highlight followed users;

Screenshot:

PixivBatchDownloader screenshot

Online Installation

Browsers with Chromium core, such as Chrome and Edge, can install this extension from the Chrome Web Store.

Firefox browsers can install this extension from Add-Ons.

Offline Installation

Please check the Wiki page: Offline Installation

If you want to use this extension on Android, please check the Wiki page: Install on Microsoft Edge Canary Browser

How to use

This downloader runs on Pixiv.net pages. When you browse Pixiv, you can open the downloader panel at any time to batch download the works on the current page.

Wiki

View Wiki

Patreon

Become a patron

Thank you for your support!

Thanks

  • Thanks 道滿 , VHlqg for translating traditional Chinese.

  • Thanks 光の軌跡 for translating traditional Japanese.

  • Thanks bropines for translating traditional Russia.

  • Thanks KOZ39 for translating traditional Korean.

  • Thanks z2n for improvements to the program.

Development

  1. This tool needs to be installed Node.JS first during development.

  2. Clone this project (or fork first) and install dependencies:

git clone https://github.com/xuejianxianzun/PixivBatchDownloader.git

cd ./PixivBatchDownloader

npm i

So far, the initialization is complete.

You can load the dist folder as an extension in the extension management of your browser for local debugging.


The npm command of this project:

npm run ts // compile ts file to dist folder
npm run less // compile less files to the dist folder
npm run fmt // format all files

npm run pre-build // execute fmt, ts, less commands (compile all code, but do not package)

npm run build // execute fmt, ts, less commands, and copy other files needed for packaging to the dist folder, and finally pack the dist folder into a zip file

When you modify the code and compile it, the code will be compiled to the dist folder. You need to refresh the offline loaded extension in the browser's extension management, and then refresh the pixiv page to apply the new code.

Releases

Aug 9, 2026

19.3.0

Download .zip

⚙️行为变更:当你修改了下载器的设置之后,所有 Pixiv 标签页里的设置都会同步变化 用户经常会打开多个 Pixiv.net 标签页。之前当你在一个标签页里修改了设置之后,其他标签页里的设置不会变化。现在,其他标签页默...

Jul 27, 2026

19.2.0

Download .zip

✨新功能:命名标记里的可选片段(当标记没有值时,忽略它的附属文字) #553 这个功能是为了处理这种情况:

用户使用了可能为空的命名标记。例如,当作品不属于一个系列时,{series_title} 就不会输出系列标题。 并...

Jul 18, 2026

19.1.1

Download .zip

🐞修复问题:在收藏页面里,“取消收藏所有已被删除的作品”功能会错误的取消收藏正常的作品 🐞修复问题:当系统 DPI 和网页缩放比例大于 100% 时,设置区域的底部可能无法完全显示 #643 在高分屏容易发生此问题,通常...

Jul 13, 2026

19.1.0

Download .zip

✨在系列小说页面里,可以选择部分小说进行合并 #647 之前下载器总是会合并所有小说,现在可以只合并部分小说了。 操作方法:先使用“手动选择作品”功能选择部分小说,然后点击“合并系列小说”按钮来合并它们。 ✨在下...

Jun 11, 2026

19.0.0

Download .zip

🎨重新设计了设置面板

新的设置面板有更详细的分类,设置项更容易区分,外观更优美,新增了搜索功能。 ✨新增设置:优先下载动图 启用这个设置之后,如果抓取结果里有动图,那么下载器会优先下载动图。 ♻️把转换动...