Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liebki/ftbmodextractoraddon
Firefox addon that allows users to extract a list of all mods from feed-the-beast.com modpack pages, with the option to include or exclude project links.
https://github.com/liebki/ftbmodextractoraddon
browser-extension feed-the-beast firefox-addon minecraft
Last synced: about 1 month ago
JSON representation
Firefox addon that allows users to extract a list of all mods from feed-the-beast.com modpack pages, with the option to include or exclude project links.
- Host: GitHub
- URL: https://github.com/liebki/ftbmodextractoraddon
- Owner: liebki
- License: mit
- Created: 2024-02-13T19:33:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:36:24.000Z (11 months ago)
- Last Synced: 2024-02-14T20:22:13.878Z (11 months ago)
- Topics: browser-extension, feed-the-beast, firefox-addon, minecraft
- Language: JavaScript
- Homepage: https://addons.mozilla.org/de/firefox/addon/feedthebeast-modextractor/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeedTheBeast.com - ModlistExtractor
## Description
**FeedTheBeast - ModlistExtractor** is a Firefox addon that allows users to extract a list of all mods from feed-the-beast.com modpack pages, with the option to include or exclude project links. The addon utilizes SweetAlert2 for user interaction and provides a seamless experience for modlist extraction.
## Features
- Extracts a list of mods from feed-the-beast.com modpack pages.
- Allows users to choose whether to include project links in the extracted list.
- User-friendly interface using SweetAlert2 for a better user experience.## Installation (Source)
1. Download the addon files from the [latest release](#link-to-latest-release).
2. Open Firefox and navigate to `about:addons`.
3. Click on the gear icon in the top-right corner and choose "Install Add-on From File..."
4. Select the downloaded addon file.
5. The addon is now installed.
6. Enable private window access.## Installation (addons.mozilla.org)
1. Visit [FeedTheBeast-ModlistExtractor on addons.mozilla.org](https://addons.mozilla.org/de/firefox/addon/feedthebeast-modextractor/).
2. Add to the browser.
3. Enable private window access.## Usage
1. Navigate to any feed-the-beast.com modpack page and wait a few seconds (four seconds).
2. A button should have appeared: "Copy Modlist".
3. Wait for the addon to automatically process the page or trigger it manually.
4. Choose the format (JSON or Plain Text) and the mod information option (Name, Link, or Combined).
5. Click "OK" to copy the modlist to your clipboard.## Screenshots
![Example page](https://addons.mozilla.org/user-media/previews/thumbs/295/295609.jpg?modified=1707765334)
## License
This addon is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
## Acknowledgments
- [SweetAlert](https://www.jsdelivr.com/package/npm/sweetalert2) - Used for creating modals with a clean and modern design.
- [Feed the Beast](https://www.feed-the-beast.com/) - Providing a platform for modpacks and inspiring this addon.
- [UXWing](https://uxwing.com/) - Icon source for the addon.