A Chrome extension to easily download illustrations from Pixiv, supporting customizable filenames, image size selection, and conflict handling.
- One-click Pixiv illustration download
- Customizable filename templates (author, title, ID, etc.)
- Multiple image size options
- Filename conflict handling (uniquify, overwrite, prompt)
- Options page built with Vue 3 + Vuetify
- Proxy support to bypass hotlink protection
-
Install
- Download the latest
pixiv-downloader-{version}-chrome.zipfrom the releases page - Unzip the downloaded file
- Open Chrome Extensions page and enable Developer Mode
- Click "Load unpacked" and select the unzipped
pixiv-downloader-{version}-chromefolder
- Download the latest
-
Download images
- Visit a Pixiv illustration page
- Click the "Download" button under the illustration
- The image will be downloaded to your default download directory
-
Configure options
- Click "Options" in the extension management page
- Node.js 20+
- npm
npm ci
npm run postinstallnpm run devnpm run build- Format code:
npm run format - Fix lint issues:
npm run lint - Type check:
npm run check:compile
This project is licensed under the MIT License.