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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Momentary notifications about the new PM and online status changes of your friends in VK social network"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VK Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}