OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
Vad är OBot?
OBot är en Chrome-tillägg utvecklad av Dawosch, och dess huvudfunktion är "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Tilläggsskärmbilder
Ladda ner OBot-förlängningens CRX-fil
Ladda ner OBot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Grundläggande Information om Tillägg
Namn | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
Officiell webbadress | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Beskrivning | Extends the user interface of the mmog OGame with a unlimited list of favourites |
Filstorlek | 482 KB |
Antal Installationer | 192 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-10-24 |
Publiceringsdatum | 2021-10-24 |
Utvecklare | Dawosch |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |