Ogame Calculator
Several calculations to improve your ogame experience!
Ogame Calculatorとは何ですか?
Ogame Calculatorはmattieboyによって開発されたChromeの拡張機能で、その主な機能は「Several calculations to improve your ogame experience!」です。
拡張機能のスクリーンショット
Ogame Calculator拡張機能のCRXファイルをダウンロード
Ogame Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An Extension to improve your ogame experience with several automatic calculations
拡張機能の基本情報
名前 | Ogame Calculator |
ID | mgncldbnpngoncllpnepebmjjiencmnl |
公式URL | https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl |
説明 | Several calculations to improve your ogame experience! |
ファイルサイズ | 80.65 KB |
インストール数 | 234 |
現在のバージョン | 0.14.0 |
最終更新日 | 2024-02-15 |
公開日 | 2022-08-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | mattieboy |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://discord.gg/65U4buktPJ |
対応言語 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ogame Calculator", "description": "Several calculations to improve your ogame experience!", "version": "0.14.0", "content_scripts": [ { "exclude_matches": [ "https:\/\/*.ogame.gameforge.com\/game\/admin2\/*" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "main.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "ogameHelper.js", "resources\/*", "messageAnalyzer.js", "functions.js" ], "matches": [ " |