Tabula Rasa - Stats for Vega Conflict

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

Co to jest Tabula Rasa - Stats for Vega Conflict?

Tabula Rasa - Stats for Vega Conflict to rozszerzenie Chrome opracowane przez [TR] r3d, a jego główną funkcją jest „Shows fleet and base fights statistics for Vega Conflict on your profil”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tabula Rasa - Stats for Vega Conflict

Pobierz pliki rozszerzeń Tabula Rasa - Stats for Vega Conflict w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tabula Rasa - Stats for Vega Conflict Tabula Rasa - Stats for Vega Conflict
ID lpnbnfknfkophjmohgdmifelghokkbfn
Oficjalny URL https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn
Opis Shows fleet and base fights statistics for Vega Conflict on your profil
Rozmiar pliku 229 KB
Liczba instalacji 51
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2015-06-09
Data Publikacji 2015-06-09
Deweloper [TR] r3d
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}