Tabula Rasa - Stats for Vega Conflict

Shows fleet and base fights statistics for Vega Conflict on your profil

Tabula Rasa - Stats for Vega Conflict là gì?

Tabula Rasa - Stats for Vega Conflict là một tiện ích mở rộng Chrome được phát triển bởi [TR] r3d, và tính năng chính của nó là "Shows fleet and base fights statistics for Vega Conflict on your profil".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabula Rasa - Stats for Vega Conflict

Tải xuống các tệp mở rộng Tabula Rasa - Stats for Vega Conflict 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

                        Shows fleet and base fights statistics for Vega Conflict on your profil                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabula Rasa - Stats for Vega Conflict Tabula Rasa - Stats for Vega Conflict
ID lpnbnfknfkophjmohgdmifelghokkbfn
URL Chính Thức https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn
Mô tả Shows fleet and base fights statistics for Vega Conflict on your profil
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-06-09
Ngày Phát Hành 2015-06-09
Nhà Phát Triển [TR] r3d
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabula Rasa - Stats for Vega Conflict",
    "author": "r3d",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Shows fleet and base fights statistics for Vega Conflict on your profil",
    "browser_action": {
        "default_icon": "images\/tr.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/tr.png",
        "48": "images\/tr.png",
        "128": "images\/tr.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kixeye.com\/profile\/*",
                "http:\/\/www.kixeye.com\/profile\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "stats.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/api.kixeye.com\/*"
    ]
}