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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |