Vkontakte Stats
New private messages statistics for VK.com
Cos'è Vkontakte Stats?
Vkontakte Stats è un'estensione di Chrome sviluppata da https://socialstats.ru, e la sua funzione principale è "New private messages statistics for VK.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vkontakte Stats
Scarica i file di estensione Vkontakte Stats 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
НОВАЯ ВЕРСИЯ 5 СКРИПТА СТАТИСТИКИ ЛИЧНОЙ ПЕРЕПИСКИ!
Расширение полностью переписано. Больше никаких проблем с белыми окнами!
Только актуальная статистика в удобном, проверенном временем виде таблицы. Informazioni di Base sull'Estensione
| Nome | |
| ID | ddhabjcagfbajoienelficconoekfmae |
| URL Ufficiale | https://chromewebstore.google.com/detail/vkontakte-stats/ddhabjcagfbajoienelficconoekfmae |
| Descrizione | New private messages statistics for VK.com |
| Dimensione del File | 290 KB |
| Conteggio Installazioni | 14,310 |
| Versione Corrente | 5.4 |
| Ultimo Aggiornamento | 2017-01-07 |
| Data di Pubblicazione | 2017-01-07 |
| Valutazione | 3.20/5 Totale 283 Valutazioni |
| Sviluppatore | https://socialstats.ru |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://vk.com/vkstats |
| Lingue Supportate | 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
}
} | |