Manual Extension Handling
If you encounter issues removing extensions from within Houdoku, or if an extension causes the client to crash, you can manually remove them from your filesystem.
Extensions are saved in the app's userData
directory:
- Windows:
%APPDATA%/Roaming/Houdoku
- macOS:
~/Library/Application Support/Houdoku
- Linux:
$XDG_CONFIG_HOME/Houdoku
or~/.config/Houdoku
- If you specified a custom install directory, check there first.
Extensions are in the plugins
directory. You can either remove this entire directory
or individual extensions inside.
tip
You can modify extensions while Houdoku is running. After making changes on the filesystem,
go to the Extensions
tab -> click View Installed Extensions
-> click Reload Extensions
.
If you have issues with a specific extension, please report it in the houdoku-extensions repository.