Tabula Rasa - Stats for Vega Conflict
Shows fleet and base fights statistics for Vega Conflict on your profil
Cos'è Tabula Rasa - Stats for Vega Conflict?
Tabula Rasa - Stats for Vega Conflict è un'estensione di Chrome sviluppata da [TR] r3d, e la sua funzione principale è "Shows fleet and base fights statistics for Vega Conflict on your profil".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabula Rasa - Stats for Vega Conflict
Scarica i file di estensione Tabula Rasa - Stats for Vega Conflict in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows fleet and base fights statistics for Vega Conflict on your profil
Informazioni di Base sull'Estensione
Nome | Tabula Rasa - Stats for Vega Conflict |
ID | lpnbnfknfkophjmohgdmifelghokkbfn |
URL Ufficiale | https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn |
Descrizione | Shows fleet and base fights statistics for Vega Conflict on your profil |
Dimensione del File | 229 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2015-06-09 |
Data di Pubblicazione | 2015-06-09 |
Sviluppatore | [TR] r3d |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |