Unofficial browser extension to take screenshots in Flyff Universe and save them automatically.
This extension tries to simulate the screenshot functionality of the old Flyff client.
You can use the extension on the following browsers:
- Chrome (recommended)
- Edge (recommended)
- Opera (awaiting publication, but you can install the Chrome extension from Opera)
- Firefox
- Open universe.flyff.com/play.
- There are two ways to take screenshots:
- Click on the extension icon in the browser toolbar.
- Use the keyboard shortcut Ctrl+Shift+F (or your custom shortcut).
- The screenshots will be automatically saved in the folder:
<Downloads folder>\Flyff Universe - Screenshots
.
Warning
The shortcut in Firefox does not work properly. It only activates when the cursor is focused on a text input in-game. This appears to be an issue with Firefox itself, not with the extension.
Name | Description | Default |
---|---|---|
Format | JPG or PNG | JPG |
Quality | Image quality level (0 = lowest, 100 = highest; applies only to JPG) | 75% |
Shortcut | Keyboard shortcut to take screenshots (customizable) | Ctrl+Shift+F |
Show in downloads history | Keep screenshots in the browser's downloads history | Disabled |
Warning
If you change the shortcut to a key combination already used by the browser or the game, it may cause conflicts.
Note
To change the shortcut in Firefox, you need to do it through the browser settings.
For more information, visit this page.
You can also install the extension from the source code:
- Download the extension's source code.
- Load the unpacked extension in developer mode:
Note
To use it in Firefox, rename the file manifest.firefox.json
to manifest.json
to ensure that the extension functions correctly with background.firefox.js
. This is necessary because in Firefox, chrome.downloads.download
does not allow a base64 image URL, so a blob is used to make it work. Additionally, chrome.downloads.setUiOptions
does not exist in Firefox.
This project is not endorsed by Gala Lab Corp.