VK Stat Content

Позволяет вам узнать статистику записи ВКонтатке. BETA!

What is VK Stat Content?

VK Stat Content is a Chrome extension developed by lavbrand.ru, and its main feature is "Позволяет вам узнать статистику записи ВКонтатке. BETA!".

Extension Screenshots

screenshot

Download VK Stat Content Extension CRX File

Download VK Stat Content 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

                        Создатели рекламное агентство "ЛАВ Бренд" 

расширение для соц сети "Вконтакте" показывает процент активности постов к просмотрам                    

Extension Basic Information

Name VK Stat Content VK Stat Content
ID ffglfppnolhjphicnkpldiladkakggce
Official URL https://chromewebstore.google.com/detail/vk-stat-content/ffglfppnolhjphicnkpldiladkakggce
Description Позволяет вам узнать статистику записи ВКонтатке. BETA!
File Size 6.87 KB
Installation Count 17
Current Version 3.0.0.1
Last Updated 2018-09-11
Publish Date 2018-09-11
Rating 3.50/5 Total 2 Ratings
Developer lavbrand.ru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://lavbrand.ru
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VK Stat Content",
    "version": "3.0.0.1",
    "description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u0430\u043c \u0443\u0437\u043d\u0430\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0438 \u0412\u041a\u043e\u043d\u0442\u0430\u0442\u043a\u0435. BETA!",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/injected.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vk.com\/*"
            ],
            "js": [
                "content_scripts\/end.js"
            ],
            "run_at": "document_end"
        }
    ]
}