Athena Remote v0.1.12 For TA
Athena - Command And Conquery War Stratergy Plugin.
Athena Remote v0.1.12 For TA là gì?
Athena Remote v0.1.12 For TA là một tiện ích mở rộng Chrome được phát triển bởi crediblecoding, và tính năng chính của nó là "Athena - Command And Conquery War Stratergy Plugin.".
Ả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 Athena Remote v0.1.12 For TA
Tải xuống các tệp mở rộng Athena Remote v0.1.12 For TA 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
Athena is a war strategy plugin for EA's Command and Conquer, Tiberium Alliances. Athena collects all your playing data every 5 minutes during play and sends them to your account on https://athenaproject.co.uk where you can monitor your data both present and past and explore key metrics to fine tune your play. Athena is Analytics for Tiberium Alliances. Learn from your past performance.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Athena Remote v0.1.12 For TA |
ID | efhgmgaiijhddjljfkapdjjcmhpbpfnb |
URL Chính Thức | https://chromewebstore.google.com/detail/athena-remote-v0112-for-t/efhgmgaiijhddjljfkapdjjcmhpbpfnb |
Mô tả | Athena - Command And Conquery War Stratergy Plugin. |
Kích Thước Tệp | 204 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 0.1.12 |
Cập Nhật Lần Cuối | 2015-09-05 |
Ngày Phát Hành | 2015-09-04 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | crediblecoding |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "src\/bg\/background.html", "persistent": false }, "content_scripts": [ { "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "matches": [ "https:\/\/*.alliances.commandandconquer.com\/*" ] } ], "default_locale": "en", "description": "Athena - Command And Conquery War Stratergy Plugin.", "homepage_url": "http:\/\/www.raisethebarphotography.co.uk", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "name": "Athena Remote v0.1.12 For TA", "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/icon-24.png", "default_popup": "src\/page_action\/page_action.html", "default_title": "Athena Remote v0.1.12 For TA" }, "permissions": [ "https:\/\/*.alliances.commandandconquer.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1.12" } |