Ogame Defense Queue
Helps you create a defense queue so you can get unlimited activity on your planets/moons!
什么是Ogame Defense Queue?
Ogame Defense Queue是由joshepMad开发的Chrome扩展程序,该扩展的主要功能是“Helps you create a defense queue so you can get unlimited activity on your planets/moons!”。
扩展截图
下载Ogame Defense Queue扩展crx文件
下载Ogame Defense Queue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This addon lets players on ogame build a queue with the objective to get fake activity on their planets or moons
扩展基本信息
名称 | Ogame Defense Queue |
ID | nbaiplfjabpgpadfkebmcfnhdhaaihoa |
官方URL | https://chromewebstore.google.com/detail/ogame-defense-queue/nbaiplfjabpgpadfkebmcfnhdhaaihoa |
简介 | Helps you create a defense queue so you can get unlimited activity on your planets/moons! |
文件大小 | 94.05 KB |
安装次数 | 211 |
当前版本 | 1.0 |
更新时间 | 2021-09-07 |
上架时间 | 2021-09-07 |
开发者 | joshepMad |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ogame Defense Queue", "short_name": "ODQ", "description": "Helps you create a defense queue so you can get unlimited activity on your planets\/moons!", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=defenses*" ], "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/inject.js" ] } |