With this add-on, you can:
- Send manga & doujinshi to HPX for download from inside your browser
- Detect whether a manga or doujinshi is already inside your HPX database
- e-hentai.org
- exhentai.org
- panda.chaika.moe
- nhentai.net
- Go to releases and download the latest .xpi file
I don't use Chrome so someone else has to fix the possible incompatibilities
All contributions are welcome!
To add more sites, just extend src/sites/index.js
- Install
nodejsandnpm - Clone or download this repository
- Run
cd path/to/cloned/repo - Run
npm install -g yarn - Run
yarn install - Create a file named
.envwith these contents:PORT=3000 TSC_COMPILE_ON_ERROR=true INLINE_RUNTIME_CHUNK=false - To load the extension:
- Run
yarn run build - Go to
about:debugging(FireFox) - Click on “Load Temporary Add-on” and select the
manifest.jsonfile found inside thebuildfolder.