Ogame Defense Queue
Helps you create a defense queue so you can get unlimited activity on your planets/moons!
What is Ogame Defense Queue?
Ogame Defense Queue is a Chrome extension developed by joshepMad, and its main feature is "Helps you create a defense queue so you can get unlimited activity on your planets/moons!".
Extension Screenshots
Download Ogame Defense Queue Extension CRX File
Download Ogame Defense Queue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This addon lets players on ogame build a queue with the objective to get fake activity on their planets or moons
Extension Basic Information
Name | Ogame Defense Queue |
ID | nbaiplfjabpgpadfkebmcfnhdhaaihoa |
Official URL | https://chromewebstore.google.com/detail/ogame-defense-queue/nbaiplfjabpgpadfkebmcfnhdhaaihoa |
Description | Helps you create a defense queue so you can get unlimited activity on your planets/moons! |
File Size | 94.05 KB |
Installation Count | 211 |
Current Version | 1.0 |
Last Updated | 2021-09-07 |
Publish Date | 2021-09-07 |
Developer | joshepMad |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
Supported Languages | 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" ] } |