Tribes Vengeance Ticker
Shows current player count in Tribes Vengeance
Co je Tribes Vengeance Ticker?
Tribes Vengeance Ticker je rozšíření Chrome vyvinuté Jan Kelin, a jeho hlavní funkcí je „Shows current player count in Tribes Vengeance“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tribes Vengeance Ticker
Stáhněte si soubory rozšíření Tribes Vengeance Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Shows current player count in Tribes Vengeance so that you never miss a match again.
Základní Informace o Rozšíření
Název | |
ID | kohelpjfigclbhokfllmhobaflkfpkcc |
Oficiální URL | https://chromewebstore.google.com/detail/tribes-vengeance-ticker/kohelpjfigclbhokfllmhobaflkfpkcc |
Popis | Shows current player count in Tribes Vengeance |
Velikost souboru | 220 KB |
Počet instalací | 97 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2019-04-24 |
Datum Vydání | 2019-04-24 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Jan Kelin |
Typ Platby | free |
Webové stránky Rozšíření | https://tribesrevengeance.net |
Podporované Jazyky | 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" ] } |