Ogame Spy++
Ajoute un tableau récapitulatif de tous les espionnages sur Ogame
Ogame Spy++ là gì?
Ogame Spy++ là một tiện ích mở rộng Chrome được phát triển bởi Adrien Minne, và tính năng chính của nó là "Ajoute un tableau récapitulatif de tous les espionnages sur Ogame".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ogame Spy++
Tải xuống các tệp mở rộng Ogame Spy++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjjalbaajokenjmbeoioccilcoabffon |
URL Chính Thức | https://chromewebstore.google.com/detail/ogame-spy++/mjjalbaajokenjmbeoioccilcoabffon |
Mô tả | Ajoute un tableau récapitulatif de tous les espionnages sur Ogame |
Kích Thước Tệp | 607 KB |
Số Lần Cài Đặt | 143 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-04-13 |
Ngày Phát Hành | 2021-02-03 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Adrien Minne |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |