Tribes Vengeance Ticker
Shows current player count in Tribes Vengeance
What is Tribes Vengeance Ticker?
Tribes Vengeance Ticker is a Chrome extension developed by Jan Kelin, and its main feature is "Shows current player count in Tribes Vengeance".
Extension Screenshots
Download Tribes Vengeance Ticker Extension CRX File
Download Tribes Vengeance Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows current player count in Tribes Vengeance so that you never miss a match again.
Extension Basic Information
Name | |
ID | kohelpjfigclbhokfllmhobaflkfpkcc |
Official URL | https://chromewebstore.google.com/detail/tribes-vengeance-ticker/kohelpjfigclbhokfllmhobaflkfpkcc |
Description | Shows current player count in Tribes Vengeance |
File Size | 220 KB |
Installation Count | 97 |
Current Version | 1.3 |
Last Updated | 2019-04-24 |
Publish Date | 2019-04-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jan Kelin |
Payment Type | free |
Extension Website | https://tribesrevengeance.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tribes Vengeance Ticker", "short_name": "T:V Ticker", "author": "Jan Kelin", "homepage_url": "http:\/\/tribesrevengeance.net", "version": "1.3", "description": "Shows current player count in Tribes Vengeance", "icons": { "128": "favicon.png" }, "browser_action": { "default_icon": { "128": "favicon.png" } }, "background": { "scripts": [ "lodash.min.js", "axios.min.js", "socket.io.js", "ticker.js" ] }, "web_accessible_resources": [ "axios.min.map", "socket.io.js.map" ] } |