WoWsStatInfo

Расширенная статистика и функционал на сайте World of Warships.

Vad är WoWsStatInfo?

WoWsStatInfo är en Chrome-tillägg utvecklad av Vov_chiK, och dess huvudfunktion är "Расширенная статистика и функционал на сайте World of Warships.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner WoWsStatInfo-förlängningens CRX-fil

Ladda ner WoWsStatInfo-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

                        Расширенная статистика и функционал World of Warships.
- Цветовая схема данных статистики.
- Рейтинг эффективности.
- Создание юзербара.
- Отображению клановой принадлежности на портале и форуме.                    

Grundläggande Information om Tillägg

Namn WoWsStatInfo WoWsStatInfo
ID hkgnleedlgehhehjjjbipfjlceepfkjk
Officiell webbadress https://chromewebstore.google.com/detail/wowsstatinfo/hkgnleedlgehhehjjjbipfjlceepfkjk
Beskrivning Расширенная статистика и функционал на сайте World of Warships.
Filstorlek 113 KB
Antal Installationer 3,188
Aktuell Version 0.7.8.39
Senast Uppdaterad 2018-10-05
Publiceringsdatum 2018-10-05
Betyg 4.59/5 Totalt 168 Betyg
Utvecklare Vov_chiK
Betalningssätt free
Tilläggswebbplats http://forum.worldofwarships.ru/index.php?/topic/19158-/
Hjälpsida URL http://forum.worldofwarships.ru/index.php?/topic/19158-/
Stödda Språk ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "WoWsStatInfo.user.js"
            ],
            "matches": [
                "https:\/\/worldofwarships.ru\/ru\/community\/accounts\/*",
                "https:\/\/forum.worldofwarships.ru\/topic\/*",
                "https:\/\/forum.worldofwarships.ru\/profile\/*",
                "https:\/\/worldofwarships.eu\/*\/community\/accounts\/*",
                "http:\/\/forum.worldofwarships.eu\/index.php?\/topic\/*",
                "http:\/\/forum.worldofwarships.eu\/index.php?\/user\/*",
                "https:\/\/forum.worldofwarships.eu\/topic\/*",
                "https:\/\/forum.worldofwarships.eu\/profile\/*",
                "https:\/\/worldofwarships.com\/*\/community\/accounts\/*",
                "https:\/\/forum.worldofwarships.com\/topic\/*",
                "https:\/\/forum.worldofwarships.com\/profile\/*",
                "https:\/\/worldofwarships.asia\/*\/community\/accounts\/*",
                "https:\/\/forum.worldofwarships.asia\/topic\/*",
                "https:\/\/forum.worldofwarships.asia\/profile\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u0430\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 World of Warships.",
    "name": "WoWsStatInfo",
    "permissions": [
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "version": "0.7.8.39",
    "version_name": "0.7.8.39"
}