Tabula Rasa - Stats for Vega Conflict
Shows fleet and base fights statistics for Vega Conflict on your profil
Hvad er Tabula Rasa - Stats for Vega Conflict?
Tabula Rasa - Stats for Vega Conflict er en Chrome-udvidelse udviklet af [TR] r3d, og dens hovedfunktion er "Shows fleet and base fights statistics for Vega Conflict on your profil".
Udvidelsesskærmbilleder
Download Tabula Rasa - Stats for Vega Conflict-udvidelses-CRX-fil
Download Tabula Rasa - Stats for Vega Conflict-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Shows fleet and base fights statistics for Vega Conflict on your profil
Grundlæggende oplysninger om udvidelsen
Navn | Tabula Rasa - Stats for Vega Conflict |
ID | lpnbnfknfkophjmohgdmifelghokkbfn |
Officiel URL | https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn |
Beskrivelse | Shows fleet and base fights statistics for Vega Conflict on your profil |
Filstørrelse | 229 KB |
Antal Installationer | 51 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2015-06-09 |
Udgivelsesdato | 2015-06-09 |
Udvikler | [TR] r3d |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |