Command & Conquer TA World Map
Detailed mini map of own alliance's and enemies bases and POIs.
Command & Conquer TA World Map क्या है?
Command & Conquer TA World Map Bluepix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detailed mini map of own alliance's and enemies bases and POIs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Command & Conquer TA World Map एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Command & Conquer TA World Map |
ID | elcdjkjjjfkfplhpbehfldnhjjjclilj |
आधिकारिक URL | https://chromewebstore.google.com/detail/command-conquer-ta-world/elcdjkjjjfkfplhpbehfldnhjjjclilj |
विवरण | Detailed mini map of own alliance's and enemies bases and POIs. |
फ़ाइल का आकार | 35.64 KB |
स्थापना संख्या | 506 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2013-07-15 |
प्रकाशन तिथि | 2013-07-15 |
रेटिंग | 3.44/5 कुल 16 रेटिंग्स |
डेवलपर | Bluepix |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |