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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |