OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
¿Qué es OBot?
OBot es una extensión de Chrome desarrollada por Dawosch, y su función principal es "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OBot
Descarga archivos de extensión OBot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Información Básica de la Extensión
Nombre | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
URL Oficial | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Descripción | Extends the user interface of the mmog OGame with a unlimited list of favourites |
Tamaño del Archivo | 482 KB |
Cantidad de Instalaciones | 192 |
Versión Actual | 1.0.0 |
Última Actualización | 2021-10-24 |
Fecha de Publicación | 2021-10-24 |
Desarrollador | Dawosch |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |