Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
Ogame Fleet Counterとは何ですか?
Ogame Fleet CounterはjoshepMadによって開発されたChromeの拡張機能で、その主な機能は「No more asking your friends to spy and tell you your fleet points!」です。
拡張機能のスクリーンショット
Ogame Fleet Counter拡張機能のCRXファイルをダウンロード
Ogame Fleet Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension let's you see your fleet points on each planet or moon in Ogame.
拡張機能の基本情報
名前 | Ogame Fleet Counter |
ID | dfkfmopjlbomagboeikibfocijcflbei |
公式URL | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
説明 | No more asking your friends to spy and tell you your fleet points! |
ファイルサイズ | 36.27 KB |
インストール数 | 1,315 |
現在のバージョン | 4.6 |
最終更新日 | 2022-12-11 |
公開日 | 2020-04-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | joshepMad |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ogame Fleet Counter", "short_name": "OFC", "description": "No more asking your friends to spy and tell you your fleet points!", "version": "4.6", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=shipyard*" ], "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_end" }, { "css": [ "skin\/style.css" ], "js": [ "js\/fleet.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=highscore*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/toInject.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |