Tabula Rasa - Stats for Vega Conflict

Shows fleet and base fights statistics for Vega Conflict on your profil

Wat is Tabula Rasa - Stats for Vega Conflict?

Tabula Rasa - Stats for Vega Conflict is een Chrome-extensie ontwikkeld door [TR] r3d, en de belangrijkste functie is "Shows fleet and base fights statistics for Vega Conflict on your profil".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabula Rasa - Stats for Vega Conflict

Download Tabula Rasa - Stats for Vega Conflict-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Shows fleet and base fights statistics for Vega Conflict on your profil                    

Basisinformatie over de Extensie

Naam Tabula Rasa - Stats for Vega Conflict Tabula Rasa - Stats for Vega Conflict
ID lpnbnfknfkophjmohgdmifelghokkbfn
Officiële URL https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn
Beschrijving Shows fleet and base fights statistics for Vega Conflict on your profil
Bestandsgrootte 229 KB
Aantal Installaties 51
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-06-09
Publicatiedatum 2015-06-09
Ontwikkelaar [TR] r3d
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}