Ogame Spy++
Ajoute un tableau récapitulatif de tous les espionnages sur Ogame
Ogame Spy++とは何ですか?
Ogame Spy++はAdrien Minneによって開発されたChromeの拡張機能で、その主な機能は「Ajoute un tableau récapitulatif de tous les espionnages sur Ogame」です。
拡張機能のスクリーンショット
Ogame Spy++拡張機能のCRXファイルをダウンロード
Ogame Spy++拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ajout un bouton sur me jeu Ogame qui affiche un récapitulatif de tous les espopnnages faits. L'extension affiche le nombre de défenses, le nombre de flottes et le nombre de ressources.
拡張機能の基本情報
名前 | |
ID | mjjalbaajokenjmbeoioccilcoabffon |
公式URL | https://chromewebstore.google.com/detail/ogame-spy++/mjjalbaajokenjmbeoioccilcoabffon |
説明 | Ajoute un tableau récapitulatif de tous les espionnages sur Ogame |
ファイルサイズ | 607 KB |
インストール数 | 143 |
現在のバージョン | 1.0 |
最終更新日 | 2023-04-13 |
公開日 | 2021-02-03 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Adrien Minne |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ogame Spy++", "version": "1.0", "description": "Ajoute un tableau r\u00e9capitulatif de tous les espionnages sur Ogame", "permissions": [ "storage" ], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "content_scripts": [ { "js": [ "jquery-3.5.1.min.js", "moment.min.js", "content.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php*" ] }, { "js": [ "jquery-3.5.1.min.js", "moment.min.js", "parsing.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages*" ] } ], "web_accessible_resources": [ "button.html", "dialog.html", "images\/spy_icon.png", "images\/attack_icon.png", "images\/fleet_attack.png", "images\/fleet_spy.png", "images\/trash_icon.png", "images\/trashim_icon.png" ], "manifest_version": 2 } |