Ogame Defense Queue
Helps you create a defense queue so you can get unlimited activity on your planets/moons!
Ogame Defense Queue là gì?
Ogame Defense Queue là một tiện ích mở rộng Chrome được phát triển bởi joshepMad, và tính năng chính của nó là "Helps you create a defense queue so you can get unlimited activity on your planets/moons!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ogame Defense Queue
Tải xuống các tệp mở rộng Ogame Defense Queue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This addon lets players on ogame build a queue with the objective to get fake activity on their planets or moons
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ogame Defense Queue |
ID | nbaiplfjabpgpadfkebmcfnhdhaaihoa |
URL Chính Thức | https://chromewebstore.google.com/detail/ogame-defense-queue/nbaiplfjabpgpadfkebmcfnhdhaaihoa |
Mô tả | Helps you create a defense queue so you can get unlimited activity on your planets/moons! |
Kích Thước Tệp | 94.05 KB |
Số Lần Cài Đặt | 211 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-09-07 |
Ngày Phát Hành | 2021-09-07 |
Nhà Phát Triển | joshepMad |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |