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 擴展基本資訊
| 名稱 | |
| ID | nbaiplfjabpgpadfkebmcfnhdhaaihoa |
| 官方網址 | 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"
]
} | |