Tabula Rasa - Stats for Vega Conflict
Shows fleet and base fights statistics for Vega Conflict on your profil
Vad är Tabula Rasa - Stats for Vega Conflict?
Tabula Rasa - Stats for Vega Conflict är en Chrome-tillägg utvecklad av [TR] r3d, och dess huvudfunktion är "Shows fleet and base fights statistics for Vega Conflict on your profil".
Tilläggsskärmbilder
Ladda ner Tabula Rasa - Stats for Vega Conflict-förlängningens CRX-fil
Ladda ner Tabula Rasa - Stats for Vega Conflict-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shows fleet and base fights statistics for Vega Conflict on your profil Grundläggande Information om Tillägg
| Namn | |
| ID | lpnbnfknfkophjmohgdmifelghokkbfn |
| Officiell webbadress | https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn |
| Beskrivning | Shows fleet and base fights statistics for Vega Conflict on your profil |
| Filstorlek | 229 KB |
| Antal Installationer | 51 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2015-06-09 |
| Publiceringsdatum | 2015-06-09 |
| Utvecklare | [TR] r3d |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |