-
Notifications
You must be signed in to change notification settings - Fork 0
Home
60plus edited this page Apr 13, 2026
·
1 revision
Welcome! This wiki contains detailed guides for building GamesDownloader V3 plugins.
| Guide | Description |
|---|---|
| Getting Started | Setup, first plugin, testing |
| Theme Plugin Guide | Vue layouts, couch mode, skins, settings |
| Metadata Plugin Guide | Scrape game data from external sources |
| Lifecycle Plugin Guide | Hook into app events, custom endpoints |
| API Reference | window.GD API, hooks, stores |
| CSS Variables and Theming | data-theme, data-skin, CSS vars, glass style |
| i18n Translation Guide | Plugin translations via i18n.json |
| Plugin Distribution | ZIP packaging, Plugin Store submission |
| Type | Hooks | Example |
|---|---|---|
| theme | FrontendProviderSpec |
NEON HORIZON |
| metadata | MetadataProviderSpec |
PPE.pl Scraper |
| lifecycle | LifecycleSpec |
Translator |
| download | DownloadProviderSpec |
- |
| library | LibrarySourceSpec |
- |
| widget | WidgetSpec |
- |
- README - Main documentation
- HOOKS.md - Hook reference
- Plugin Store - Browse and install plugins