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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crediblecoding และคุณลักษณะหลักของมันคือ "Athena - Command And Conquery War Stratergy Plugin."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Athena Remote v0.1.12 For TA

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}