Skip to content

shirohana/chrome-pixiv-fanbox-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixiv Fanbox Helper

[English] [中文]

Chrome extension for Pixiv Fanbox.

Screenshots

screenshots/BF78B67A-69EA-4B26-BB15-6E74861CF5D9.png screenshots/46EDE990-438D-49C6-AACB-7B6026174122.png

Features

This extension can help you download the images and other attachments on the current page of Pixiv Fanbox. (jpeg, png, gif, zip, psd, etc.)

Currently, there are only some simple functions, but they have met my personal needs, and there should be no more functions in the near future.

  • List all images and attachments.
  • One-click download.
  • Click on the image to scroll to the position of the image.
  • The file name currently downloaded is named according to the default rules of PixivUtil2. ({postId}_p{index}_{basename} - {title}{ext})
  • Support the following URL formats:
    • https://www.fanbox.cc/@{creatorId}/posts/{postId}
    • https://{creatorId}.fanbox.cc/posts/{postId}

Important

This extension will not allow you to download paid content for free. You must have a valid subscription to download paid content.

About

Pixiv Fanbox is a platform for creators to publish their works.

I have been using Fanbox for a long time. Over time, I have subscribed to many creators one after another. However, whenever the creator publishes new content, I have to manually "right-click / save as", which invisibly takes me a lot of time. So I wrote this Chrome extension to save the creator's work.

I used PixivUtil2 to download Fanbox before, but due to the problem that the session_id mechanism of Pixiv and Fanbox was adjusted before, PixivUtil2 cannot download Fanbox normally. So I wrote this extension.

How to use

Currently, this extension is not available on the Chrome Web Store. You need to download this project and install the extension manually.

  1. Download this project. Click the "Code" button in the upper right corner of the GitHub page, and then click "Download ZIP".
  2. Unzip the ZIP file.
  3. Open the Chrome browser and enter chrome://extensions in the address bar.
  4. Open "Developer mode" in the upper right corner.
  5. Click "Load unpacked" and select the extension folder in the folder just unzipped.
  6. Done.

How to build

No need to pack, just clone it down, and you can load the unpacked project in the Chrome browser.

The code of the extension is in the extension folder.

License

This project does not use any license terms, you can use the code of this project freely. However, you must comply with the terms of use of Pixiv Fanbox.

Disclaimer

This project is not an official extension of Pixiv Inc. or Pixiv Fanbox.

This project will not crack any copyrighted content.

Users must comply with the terms of use of Pixiv Fanbox.

Changelog

See CHANGELOG.md.