Athena Remote v0.1.12 For TA
Athena - Command And Conquery War Stratergy Plugin.
什麼是Athena Remote v0.1.12 For TA?
Athena Remote v0.1.12 For TA是由crediblecoding開發的Chrome擴展程式,該擴展的主要功能是“Athena - Command And Conquery War Stratergy Plugin.”。
擴展截圖
下載Athena Remote v0.1.12 For TA擴展crx文件
下載Athena Remote v0.1.12 For TA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Athena Remote v0.1.12 For TA |
ID | efhgmgaiijhddjljfkapdjjcmhpbpfnb |
官方網址 | https://chromewebstore.google.com/detail/athena-remote-v0112-for-t/efhgmgaiijhddjljfkapdjjcmhpbpfnb |
簡介 | Athena - Command And Conquery War Stratergy Plugin. |
檔案大小 | 204 KB |
安裝次數 | 69 |
目前版本 | 0.1.12 |
更新時間 | 2015-09-05 |
上架時間 | 2015-09-04 |
評分 | 3.67/5 共 3 次評分 |
開發者 | crediblecoding |
付費類型 | free |
支援的語言 | 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" } |