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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |