VK Stat Content

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

Cos'è VK Stat Content?

VK Stat Content è un'estensione di Chrome sviluppata da lavbrand.ru, e la sua funzione principale è "Позволяет вам узнать статистику записи ВКонтатке. BETA!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VK Stat Content

Scarica i file di estensione VK Stat Content in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome VK Stat Content VK Stat Content
ID ffglfppnolhjphicnkpldiladkakggce
URL Ufficiale https://chromewebstore.google.com/detail/vk-stat-content/ffglfppnolhjphicnkpldiladkakggce
Descrizione Позволяет вам узнать статистику записи ВКонтатке. BETA!
Dimensione del File 6.87 KB
Conteggio Installazioni 17
Versione Corrente 3.0.0.1
Ultimo Aggiornamento 2018-09-11
Data di Pubblicazione 2018-09-11
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore lavbrand.ru
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://lavbrand.ru
Lingue Supportate 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"
        }
    ]
}