Athena Remote v0.1.12 For TA
Athena - Command And Conquery War Stratergy Plugin.
Was ist Athena Remote v0.1.12 For TA?
Athena Remote v0.1.12 For TA ist eine Chrome-Erweiterung, die von crediblecoding entwickelt wurde, und ihr Hauptmerkmal ist "Athena - Command And Conquery War Stratergy Plugin.".
Erweiterungsscreenshots
Athena Remote v0.1.12 For TA-Erweiterungs-CRX-Datei herunterladen
Laden Sie Athena Remote v0.1.12 For TA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Athena Remote v0.1.12 For TA |
ID | efhgmgaiijhddjljfkapdjjcmhpbpfnb |
Offizielle URL | https://chromewebstore.google.com/detail/athena-remote-v0112-for-t/efhgmgaiijhddjljfkapdjjcmhpbpfnb |
Beschreibung | Athena - Command And Conquery War Stratergy Plugin. |
Dateigröße | 204 KB |
Installationsanzahl | 69 |
Aktuelle Version | 0.1.12 |
Letztes Update | 2015-09-05 |
Veröffentlichungsdatum | 2015-09-04 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | crediblecoding |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |