Tabula Rasa - Stats for Vega Conflict
Shows fleet and base fights statistics for Vega Conflict on your profil
Was ist Tabula Rasa - Stats for Vega Conflict?
Tabula Rasa - Stats for Vega Conflict ist eine Chrome-Erweiterung, die von [TR] r3d entwickelt wurde, und ihr Hauptmerkmal ist "Shows fleet and base fights statistics for Vega Conflict on your profil".
Erweiterungsscreenshots
Tabula Rasa - Stats for Vega Conflict-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabula Rasa - Stats for Vega Conflict-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Shows fleet and base fights statistics for Vega Conflict on your profil
Grundlegende Informationen zur Erweiterung
Name | Tabula Rasa - Stats for Vega Conflict |
ID | lpnbnfknfkophjmohgdmifelghokkbfn |
Offizielle URL | https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn |
Beschreibung | Shows fleet and base fights statistics for Vega Conflict on your profil |
Dateigröße | 229 KB |
Installationsanzahl | 51 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2015-06-09 |
Veröffentlichungsdatum | 2015-06-09 |
Entwickler | [TR] r3d |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |