Command & Conquer TA World Map

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

Cos'è Command & Conquer TA World Map?

Command & Conquer TA World Map è un'estensione di Chrome sviluppata da Bluepix, e la sua funzione principale è "Detailed mini map of own alliance's and enemies bases and POIs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Command & Conquer TA World Map

Scarica i file di estensione Command & Conquer TA World Map in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Command & Conquer TA World Map Command & Conquer TA World Map
ID elcdjkjjjfkfplhpbehfldnhjjjclilj
URL Ufficiale https://chromewebstore.google.com/detail/command-conquer-ta-world/elcdjkjjjfkfplhpbehfldnhjjjclilj
Descrizione Detailed mini map of own alliance's and enemies bases and POIs.
Dimensione del File 35.64 KB
Conteggio Installazioni 506
Versione Corrente 1.0.0
Ultimo Aggiornamento 2013-07-15
Data di Pubblicazione 2013-07-15
Valutazione 3.44/5 Totale 16 Valutazioni
Sviluppatore Bluepix
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}