OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
What is OBot?
OBot is a Chrome extension developed by Dawosch, and its main feature is "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Extension Screenshots
Download OBot Extension CRX File
Download OBot 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
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Extension Basic Information
Name | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
Official URL | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Description | Extends the user interface of the mmog OGame with a unlimited list of favourites |
File Size | 482 KB |
Installation Count | 192 |
Current Version | 1.0.0 |
Last Updated | 2021-10-24 |
Publish Date | 2021-10-24 |
Developer | Dawosch |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OBot", "description": "Extends the user interface of the mmog OGame with a unlimited list of favourites ", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "\/assets\/AddSpy.png", "\/assets\/RemoveSpy.png" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "css": [ "\/assets\/styles.css" ], "js": [ "index.js" ] }, { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages" ], "js": [ "add2spy.js" ] } ] } |