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 |
Eメール | [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" ] } |