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開發的Chrome擴展程式,該擴展的主要功能是“Detailed mini map of own alliance's and enemies bases and POIs.”。
擴展截圖
下載Command & Conquer TA World Map擴展crx文件
下載Command & Conquer TA World Map擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |