Tabula Rasa - Stats for Vega Conflict
Shows fleet and base fights statistics for Vega Conflict on your profil
What is Tabula Rasa - Stats for Vega Conflict?
Tabula Rasa - Stats for Vega Conflict is a Chrome extension developed by [TR] r3d, and its main feature is "Shows fleet and base fights statistics for Vega Conflict on your profil".
Extension Screenshots
Download Tabula Rasa - Stats for Vega Conflict Extension CRX File
Download Tabula Rasa - Stats for Vega Conflict 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 fleet and base fights statistics for Vega Conflict on your profil
Extension Basic Information
Name | Tabula Rasa - Stats for Vega Conflict |
ID | lpnbnfknfkophjmohgdmifelghokkbfn |
Official URL | https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn |
Description | Shows fleet and base fights statistics for Vega Conflict on your profil |
File Size | 229 KB |
Installation Count | 51 |
Current Version | 0.0.2 |
Last Updated | 2015-06-09 |
Publish Date | 2015-06-09 |
Developer | [TR] r3d |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabula Rasa - Stats for Vega Conflict", "author": "r3d", "version": "0.0.2", "manifest_version": 2, "description": "Shows fleet and base fights statistics for Vega Conflict on your profil", "browser_action": { "default_icon": "images\/tr.png", "default_popup": "popup.html" }, "icons": { "16": "images\/tr.png", "48": "images\/tr.png", "128": "images\/tr.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.kixeye.com\/profile\/*", "http:\/\/www.kixeye.com\/profile\/*" ], "js": [ "jquery-2.1.4.min.js", "stats.js" ] } ], "permissions": [ "https:\/\/api.kixeye.com\/*" ] } |