Command & Conquer TA POIs Analyser

Displays data about the POIs owned by an alliance in a simple table along with a graph.

Command & Conquer TA POIs Analyser là gì?

Command & Conquer TA POIs Analyser là một tiện ích mở rộng Chrome được phát triển bởi Bluepix, và tính năng chính của nó là "Displays data about the POIs owned by an alliance in a simple table along with a graph.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Command & Conquer TA POIs Analyser

Tải xuống các tệp mở rộng Command & Conquer TA POIs Analyser 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

                        A tool which provides all you need to know about the alliance's owned POIs, making it very easy for players to check scores, bonuses, tiers, and ranks.

POIs analyser provides data about:
- Scores.
- Bonuses.
- Next tier bonuses.
- Score needed to reach next tier.
- Alliance POI ranks.
- Tiers.
- Additional general information.
- POI's locations on map.
- Simulater: add/remove pois and check the overall bonus.

What's new:

V 2.0 ***Major Updates***
---------------------------------
- POIs data are now retrieved directly from server, which means no matter what server or which world you are on, POIs levels, scores and bonuses would be 100% accurate.
- Works on non-English servers.
- Added Simulator, simulator helps you find out which POI your alliance can abandon without losing any bonus, it takes into consideration alliance poi's rank and poi's bonus tier. It also allows you to check what effect a new poi could have on the bonus.
- Added a checkbox at the bottom that allows you to show/hide the logo image.

V 1.5.3
---------------------------------
- FOP slogan replaced by corresponding alliance's abbreviation.
- Added alliance's owned pois list in additional information.
- Added Tampermonkey and Scriptish support.
- Works now on servers with languages other than English.

V 1.5.2
---------------------------------
- Updated script to work with the new server patches.

V 1.5.1
---------------------------------
- Found and fixed a bug which was causing the script to crash when a POI total score ranges between 1,300 - 2,200.
- Increased compatibility with the game API.
- Will now detect if alliance exists and display POIs statistics only if the player is a member of an alliance.
Tested on Servers 72, 74, 78.

V 1.4
---------------------------------
- Fixed some bugs.

V 1.3
---------------------------------
- Fixed potential conflicts with other scripts.
- Fixed some bugs.                    

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

Tên Command & Conquer TA POIs Analyser Command & Conquer TA POIs Analyser
ID opjfennpifbhgfpaihhahgelpcdapfdp
URL Chính Thức https://chromewebstore.google.com/detail/command-conquer-ta-pois-a/opjfennpifbhgfpaihhahgelpcdapfdp
Mô tả Displays data about the POIs owned by an alliance in a simple table along with a graph.
Kích Thước Tệp 35.42 KB
Số Lần Cài Đặt 1,057
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2013-10-21
Ngày Phát Hành 2013-10-21
Đánh Giá 3.84/5 Tổng số 49 Đánh Giá
Nhà Phát Triển Bluepix
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Command & Conquer TA POIs Analyser",
    "version": "2.0.1",
    "description": "Displays data about the POIs owned by an alliance in a simple table along with a graph.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alliances.commandandconquer.com\/*"
            ],
            "js": [
                "graph.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CCTA POIs Analyser",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/icon128.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2
}