Vkontakte Stats

New private messages statistics for VK.com

What is Vkontakte Stats?

Vkontakte Stats is a Chrome extension developed by https://socialstats.ru, and its main feature is "New private messages statistics for VK.com".

Extension Screenshots

screenshot
screenshot

Download Vkontakte Stats Extension CRX File

Download Vkontakte Stats 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

                        НОВАЯ ВЕРСИЯ 5 СКРИПТА СТАТИСТИКИ ЛИЧНОЙ ПЕРЕПИСКИ!

Расширение полностью переписано. Больше никаких проблем с белыми окнами!
Только актуальная статистика в удобном, проверенном временем виде таблицы.                    

Extension Basic Information

Name Vkontakte Stats Vkontakte Stats
ID ddhabjcagfbajoienelficconoekfmae
Official URL https://chromewebstore.google.com/detail/vkontakte-stats/ddhabjcagfbajoienelficconoekfmae
Description New private messages statistics for VK.com
File Size 290 KB
Installation Count 14,310
Current Version 5.4
Last Updated 2017-01-07
Publish Date 2017-01-07
Rating 3.20/5 Total 283 Ratings
Developer https://socialstats.ru
Email [email protected]
Payment Type free
Help Page URL https://vk.com/vkstats
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vkontakte Stats",
    "short_name": "vkstats",
    "version": "5.4",
    "description": "New private messages statistics for VK.com",
    "icons": {
        "16": "images\/emblem16.png",
        "48": "images\/emblem48.png",
        "128": "images\/emblem128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/emblem16.png",
            "38": "images\/emblem48.png"
        },
        "default_title": "Open VK.com messages statistics v5.4"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.vk.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}