VK Online

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

VK Online क्या है?

VK Online https://staypositive.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Momentary notifications about the new PM and online status changes of your friends in VK social network"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VK Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - 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.                    

एक्सटेंशन की मूल जानकारी

नाम VK Online VK Online
ID lndpcfpegdlidkmpkdmcnminpcddkhhe
आधिकारिक URL https://chromewebstore.google.com/detail/vk-online/lndpcfpegdlidkmpkdmcnminpcddkhhe
विवरण Momentary notifications about the new PM and online status changes of your friends in VK social network
फ़ाइल का आकार 66.43 KB
स्थापना संख्या 2,344
वर्तमान संस्करण 2.4.4
अंतिम अपडेट 2017-03-08
प्रकाशन तिथि 2017-03-07
रेटिंग 3.80/5 कुल 256 रेटिंग्स
डेवलपर https://staypositive.ru
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}