Desktop App for VKonatkte, VK Web

Get messages from VK on PC or Mac desktop app for VKontakte Web. Get instant notifications without opening vk.com website

Desktop App for VKonatkte, VK Web क्या है?

Desktop App for VKonatkte, VK Web capitan.ext.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get messages from VK on PC or Mac desktop app for VKontakte Web. Get instant notifications without opening vk.com website"।

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

screenshot

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

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

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

                        You don't need your smartphone any longer for checking new messages on VKontakte! With this app for computer you will get instant notifications on your PC or Mac of all new messages on VK even when vk.com website is not opened! 

This app has a number of marvellous features:
- Get access to VKontakte in a single click on your PC or Mac
- Get notifications (with or without sound) of all new messages without opening VK website
- Check number of new messages on the extension badge in top right corner of the browser

Here you can also install one more extension developed by us to see number of new messages on new tab of your browser (Chrome, Opera, Edge or any other one): https://cutt.ly/Ogt6wnS

This app will always control that there is only one VKontakte tab opened in your browser.

We are working on new features. Don't hesitate to ask questions and provide feedback!

This is not an official product for VKontakte. This extension is not related in any way to VKontakte Ltd. VKontakte and VK are trademarks of VKontakte Ltd.                    

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

नाम Desktop App for VKonatkte, VK Web Desktop App for VKonatkte, VK Web
ID haddeapjmjfedabajnkgleefejhglkdk
आधिकारिक URL https://chromewebstore.google.com/detail/desktop-app-for-vkonatkte/haddeapjmjfedabajnkgleefejhglkdk
विवरण Get messages from VK on PC or Mac desktop app for VKontakte Web. Get instant notifications without opening vk.com website
फ़ाइल का आकार 29.22 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-03-24
प्रकाशन तिथि 2021-03-24
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर capitan.ext.dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://service-pages.info/extensions/privacy_policy
समर्थित भाषाएँ en,et,lv,lt,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "browser_action": {
        "default_title": "__MSG_openApp__",
        "default_icon": {
            "19": "\/19.png",
            "38": "\/38.png"
        }
    },
    "icons": {
        "16": "\/16.png",
        "48": "\/48.png",
        "128": "\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "notification.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ]
}