Tribes Vengeance Ticker
Shows current player count in Tribes Vengeance
Tribes Vengeance Tickerとは何ですか?
Tribes Vengeance TickerはJan Kelinによって開発されたChromeの拡張機能で、その主な機能は「Shows current player count in Tribes Vengeance」です。
拡張機能のスクリーンショット
Tribes Vengeance Ticker拡張機能のCRXファイルをダウンロード
Tribes Vengeance Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows current player count in Tribes Vengeance so that you never miss a match again.
拡張機能の基本情報
名前 | |
ID | kohelpjfigclbhokfllmhobaflkfpkcc |
公式URL | https://chromewebstore.google.com/detail/tribes-vengeance-ticker/kohelpjfigclbhokfllmhobaflkfpkcc |
説明 | Shows current player count in Tribes Vengeance |
ファイルサイズ | 220 KB |
インストール数 | 97 |
現在のバージョン | 1.3 |
最終更新日 | 2019-04-24 |
公開日 | 2019-04-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jan Kelin |
支払い方法 | free |
拡張機能のウェブサイト | https://tribesrevengeance.net |
対応言語 | 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" ] } |