VK Online

Momentary notifications about the new PM and online status changes of your friends in VK social network

¿Qué es VK Online?

VK Online es una extensión de Chrome desarrollada por https://staypositive.ru, y su función principal es "Momentary notifications about the new PM and online status changes of your friends in VK social network".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión VK Online

Descarga archivos de extensión VK Online en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - Momentary notifications about the new messages;
- Sound notifications about the new inbox messages;
- Counter of unread inbox messages;
- Messages' text in notifications;
- Changes of your friends' online statuses (you can choose specific friends in the extension settings);
- You online status on VK.com stays "offline" (oh!)

Starting from version 2.0.1 the extension asks your confirmation to access your data only once after the installation - when you click on the extension icon. That's all.                    

Información Básica de la Extensión

Nombre VK Online VK Online
ID lndpcfpegdlidkmpkdmcnminpcddkhhe
URL Oficial https://chromewebstore.google.com/detail/vk-online/lndpcfpegdlidkmpkdmcnminpcddkhhe
Descripción Momentary notifications about the new PM and online status changes of your friends in VK social network
Tamaño del Archivo 66.43 KB
Cantidad de Instalaciones 2,344
Versión Actual 2.4.4
Última Actualización 2017-03-08
Fecha de Publicación 2017-03-07
Calificación 3.80/5 Total de 256 Calificaciones
Desarrollador https://staypositive.ru
Tipo de Pago free
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.4.4",
    "description": "__MSG_extDescription__",
    "default_locale": "ru",
    "icons": {
        "128": "pic\/icon128.png",
        "48": "pic\/icon48.png",
        "16": "pic\/icon16.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "pic\/icon19.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "js\/counter.js",
            "js\/settings.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "offline_enabled": false,
    "options_page": "options.html",
    "minimum_chrome_version": "22",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "*:\/\/*.userapi.com\/*",
        "*:\/\/*.vk.me\/*",
        "*:\/\/*.vk.me\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vk.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ]
}