Tool Information
Tool Name: OGame Next List
Current Version: 3.0.0
Author / Team: dellectronics
Website / Repository: https://github.com/dellectronics/OGame-Next-List
Support / Contact: dellectronics@gmail.com
License: Mozilla Public License 2.0 (MPL-2.0)
Download Link: https://github.com/dellectroni…/ogame-next-list-v3.0.zip
Tool Classification
Browser Extension ✅
Browser / Platform Compatibility
Supported Browsers / Platforms: Mozilla Firefox (desktop). Built with Manifest V3 and standard WebExtensions APIs, so it is portable to Chromium-based browsers with minimal repackaging, but it is currently distributed and supported for Firefox only.
Minimum Version Requirements: Firefox 115 or later.
Supported OGame Languages / Communities
All communities and languages. The extension activates on any universe under *.ogame.gameforge.com/game/*, so it works on every server and language community with no configuration.
The design is deliberately language-independent: detection of in-progress constructions and matching against the list are done through OGame's internal identifiers (data-technology, numeric building/technology IDs), not through visible UI text. This prevents the tool from breaking across communities or after updates that change visible labels.
The extension's own interface is available in English and Spanish, selected automatically based on the browser language.
Tool Description
OGame Next List is an unofficial companion add-on for the OGame Tracker extension. It takes the amortization table generated by OGame Tracker (the list of most profitable constructions) and displays it inside the game itself as a floating "what to build next" panel, ordered by profitability, showing which planet to build each item on and marking what is already under construction.
Complete Feature List
- ✅ Displays a floating panel inside OGame with the next N most profitable buildings/technologies (N configurable: 5/10/15/20/25).
- ✅ Each entry shows name, planet coordinates, planet name, and target level.
- ✅ Imports the list by pasting the HTML of OGame Tracker's amortization table (guided step-by-step inside the extension).
- ✅ Marks with a ✓ the entries that are already under construction on that planet.
- ✅ Detects in-progress constructions by internal identifier (works with OGame in any language).
- ✅ Shows a live countdown of the remaining time for each in-progress construction.
- ✅ Shows a counter of how many of the upcoming constructions are already in progress (e.g. "3/10 in progress").
- ✅ Automatically highlights the row of the planet you are currently on.
- ✅ Updates when you switch planets.
- ✅ "Under construction" marks persist across sessions until the user clears them.
- ✅ Collapsible (fold/unfold), hideable, and draggable panel, with position and state saved.
- ✅ Bilingual English/Spanish interface with automatic selection.
API Usage
No. The tool does not use the OGame API or any ingame endpoint. It makes no network requests. It only reads the DOM of the already-loaded game page in the user's browser, plus the data the user manually pastes from OGame Tracker.
Endpoints used: none.
Expected request frequency: none (zero network requests).
UI Modifications
The extension adds a single element to the game page: a floating panel, positioned by default in the top-right corner, above the game interface (it does not modify or replace any native OGame element). The panel:
- Can be folded, hidden (leaving a small "List" tab to reopen it), and dragged to any position.
- Shows the construction list with icons, coordinates, levels, and status.
- Highlights the current planet's row.
It does not alter the game's native HTML, hide information, or change the behavior of any OGame control. (Screenshots in the next section.)
Screenshots / Demo
Installation Instructions
- Install the extension from Firefox Add-ons (AMO): Still in progress, after approval.
- Open OGame Tracker → Empire → Amortization and wait for the table to finish calculating.
- Right-click the table → Inspect. In the inspector, find the element with class
grid-table, right-click → Copy → Outer HTML. - Open the extension menu (its icon in the Firefox toolbar), paste the HTML into the box, and click "Save list".
- Go to OGame: the panel appears with your list. It updates when you switch planets.
Step-by-step instructions are included inside the extension itself, in English and Spanish.
Data Handling / Privacy
-
Stores user data locally? Yes. It stores only in the browser's local storage (
storage.local) the imported list and the construction marks, to remember them across sessions. Nothing leaves the user's browser. - Sends data to external servers? No. The extension makes no network requests.
- Uses analytics / telemetry? No. None.
Only permission requested: storage.
Source Availability
Open Source ✅ — Mozilla Public License 2.0 (MPL-2.0). The code is not minified or obfuscated; it is distributed in its original readable form and is available for review. [If you publish the repository, add the GitHub link here.]
Changelog
Version 3.0.0
- Added: Bilingual English/Spanish interface with automatic selection. Step-by-step import instructions inside the extension. Packaging and validation compliant with Firefox Add-ons (AMO) requirements.
- Added: Live countdown of remaining time for each in-progress construction. "X/N in progress" counter in the panel header.
-
Changed: In-progress construction detection via internal identifier (
data-status="active"+data-technology), language-independent. - Changed: Icons shown as a clean placeholder to keep the interface tidy.
- Fixed: Correct detection of mines, regular technologies, lifeform buildings, and lifeform technologies.
Compliance Declaration
I confirm that this tool:
- ✅ Does not automate gameplay. It performs no actions on the player's behalf; it only displays information.
- ✅ Does not provide forbidden functionality. It is purely informational/visual.
- ✅ Does not exceed permitted API usage. It uses no API or ingame endpoint; zero network requests.
- ✅ Complies with all current OGame Origin tool guidelines.