OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
Apa itu OBot?
OBot adalah ekstensi Chrome yang dikembangkan oleh Dawosch, dan fitur utamanya adalah "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OBot
Unduh file ekstensi OBot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Informasi Dasar Ekstensi
Nama | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
URL Resmi | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Deskripsi | Extends the user interface of the mmog OGame with a unlimited list of favourites |
Ukuran File | 482 KB |
Jumlah Instalasi | 192 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-10-24 |
Tanggal Publikasi | 2021-10-24 |
Pengembang | Dawosch |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |