Command & Conquer TA World Map

Detailed mini map of own alliance's and enemies bases and POIs.

Was ist Command & Conquer TA World Map?

Command & Conquer TA World Map ist eine Chrome-Erweiterung, die von Bluepix entwickelt wurde, und ihr Hauptmerkmal ist "Detailed mini map of own alliance's and enemies bases and POIs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Command & Conquer TA World Map-Erweiterungs-CRX-Datei herunterladen

Laden Sie Command & Conquer TA World Map-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

                        Creates a small map which illustrates the locations of the selected alliances bases and pois in relation to the center and other alliances.

Features:
----------
- Real time accuracy.
- Display own bases locations.
- Display own alliance's bases locations.
- Automatically detects and shows enemy alliances from own alliance's relationships when script starts.
- Settings can be saved and automatically applied the next time the script runs.
- Shows up to 9 different alliances (restriction added to avoid overloading the server).
- Display base details when moving mouse pointer over it.
- Shows base's location on real map when clicked.                    

Grundlegende Informationen zur Erweiterung

Name Command & Conquer TA World Map Command & Conquer TA World Map
ID elcdjkjjjfkfplhpbehfldnhjjjclilj
Offizielle URL https://chromewebstore.google.com/detail/command-conquer-ta-world/elcdjkjjjfkfplhpbehfldnhjjjclilj
Beschreibung Detailed mini map of own alliance's and enemies bases and POIs.
Dateigröße 35.64 KB
Installationsanzahl 506
Aktuelle Version 1.0.0
Letztes Update 2013-07-15
Veröffentlichungsdatum 2013-07-15
Bewertung 3.44/5 Insgesamt 16 Bewertungen
Entwickler Bluepix
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Command & Conquer TA World Map",
    "description": "Detailed mini map of own alliance's and enemies bases and POIs.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alliances.commandandconquer.com\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}