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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Desktop App for VKonatkte, VK Web

ดาวน์โหลดไฟล์ส่วนขยาย Desktop App for VKonatkte, VK Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
        ""
    ]
}