OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
Qu'est-ce que OBot ?
OBot est une extension Chrome développée par Dawosch, et sa fonction principale est "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OBot
Téléchargez les fichiers d'extension OBot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Informations de Base sur l'Extension
Nom | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
URL Officiel | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Description | Extends the user interface of the mmog OGame with a unlimited list of favourites |
Taille du Fichier | 482 KB |
Nombre d'Installations | 192 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-10-24 |
Date de Publication | 2021-10-24 |
Développeur | Dawosch |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |