Ogame Fast expeditions
A faster way to send expeditions!
Ogame Fast expeditionsとは何ですか?
Ogame Fast expeditionsはjoshepMadによって開発されたChromeの拡張機能で、その主な機能は「A faster way to send expeditions!」です。
拡張機能のスクリーンショット
Ogame Fast expeditions拡張機能のCRXファイルをダウンロード
Ogame Fast expeditions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows ogame players to send expeditions faster with just one click from the fleet page! Integrates well with Ogame infinity, UniverseView Extension and AntiGameReborn!
拡張機能の基本情報
名前 | Ogame Fast expeditions |
ID | nmfnikkmipenjmdmlonjahcobmacaoef |
公式URL | https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef |
説明 | A faster way to send expeditions! |
ファイルサイズ | 60.26 KB |
インストール数 | 5,213 |
現在のバージョン | 1.6 |
最終更新日 | 2023-02-04 |
公開日 | 2021-04-03 |
評価 | 3.91/5 合計 32 レビュー |
開発者 | 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": 3, "name": "Ogame Fast expeditions", "short_name": "ofe", "description": "A faster way to send expeditions!", "version": "1.6", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=fleetdispatch*" ], "js": [ "js\/content.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*" ], "js": [ "js\/jquery.js", "js\/tel.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/lobby.ogame.gameforge.com\/", "https:\/\/lobby.ogame.gameforge.com\/*" ], "js": [ "js\/jquery.js", "js\/lobby.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/injected.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |