Hryunostat

Hryunostat for WoWP forums

What is Hryunostat?

Hryunostat is a Chrome extension developed by https://hryunomod.ru, and its main feature is "Hryunostat for WoWP forums".

Extension Screenshots

screenshot

Download Hryunostat Extension CRX File

Download Hryunostat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение для форумов игр компании Wargaming.net. Показывает рейтинг по версии сайта Hryunomod.ru рядом с ником игрока. Использует для своей работы Wargaming API.                    

Extension Basic Information

Name Hryunostat Hryunostat
ID pondmnomcmgikaidpehljckophlonpbf
Official URL https://chromewebstore.google.com/detail/hryunostat/pondmnomcmgikaidpehljckophlonpbf
Description Hryunostat for WoWP forums
File Size 36.41 KB
Installation Count 83
Current Version 2.1
Last Updated 2016-04-03
Publish Date 2016-04-03
Rating 4.87/5 Total 54 Ratings
Developer https://hryunomod.ru
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hryunostat",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Hryunostat for WoWP forums",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forum.worldofwarplanes.ru\/*",
                "http:\/\/forum.worldofwarplanes.com\/*",
                "http:\/\/forum.worldofwarplanes.eu\/*",
                "http:\/\/forum.worldoftanks.ru\/*",
                "http:\/\/forum.worldoftanks.eu\/*",
                "http:\/\/forum.worldoftanks.com\/*",
                "http:\/\/forum.worldofwarships.ru\/*",
                "http:\/\/forum.worldofwarships.eu\/*",
                "http:\/\/forum.worldofwarships.com\/*"
            ],
            "js": [
                "\/jquery.js",
                "\/hstat.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/images\/*.png"
    ]
}