Ogame Extended TrashSim
Add some features to Ogame TrashSim like deuterium to debris.
What is Ogame Extended TrashSim?
Ogame Extended TrashSim is a Chrome extension developed by dev.mgonand, and its main feature is "Add some features to Ogame TrashSim like deuterium to debris.".
Extension Screenshots
Download Ogame Extended TrashSim Extension CRX File
Download Ogame Extended TrashSim extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds the next features: - Deuterium to debris calculations and visuals.
Extension Basic Information
Name | Ogame Extended TrashSim |
ID | npffkekfkkdphkbleloephpjdiabicbn |
Official URL | https://chromewebstore.google.com/detail/ogame-extended-trashsim/npffkekfkkdphkbleloephpjdiabicbn |
Description | Add some features to Ogame TrashSim like deuterium to debris. |
File Size | 46.37 KB |
Installation Count | 502 |
Current Version | 1.0.1 |
Last Updated | 2023-12-08 |
Publish Date | 2023-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dev.mgonand |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ogame Extended TrashSim", "description": "Add some features to Ogame TrashSim like deuterium to debris.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/trashsim.oplanet.eu\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ " |