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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joshepMad และคุณลักษณะหลักของมันคือ "Helps you create a defense queue so you can get unlimited activity on your planets/moons!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ogame Defense Queue
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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"
]
} | |