OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
OBotとは何ですか?
OBotはDawoschによって開発されたChromeの拡張機能で、その主な機能は「Extends the user interface of the mmog OGame with a unlimited list of favourites」です。
拡張機能のスクリーンショット
OBot拡張機能のCRXファイルをダウンロード
OBot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
拡張機能の基本情報
名前 | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
公式URL | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
説明 | Extends the user interface of the mmog OGame with a unlimited list of favourites |
ファイルサイズ | 482 KB |
インストール数 | 192 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-10-24 |
公開日 | 2021-10-24 |
開発者 | Dawosch |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |