OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
Cos'è OBot?
OBot è un'estensione di Chrome sviluppata da Dawosch, e la sua funzione principale è "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OBot
Scarica i file di estensione OBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Informazioni di Base sull'Estensione
Nome | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
URL Ufficiale | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Descrizione | Extends the user interface of the mmog OGame with a unlimited list of favourites |
Dimensione del File | 482 KB |
Conteggio Installazioni | 192 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-10-24 |
Data di Pubblicazione | 2021-10-24 |
Sviluppatore | Dawosch |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |