VK status notification

Displays a notification when the changing status of the specified user VK. You can specify multiple users

Was ist VK status notification?

VK status notification ist eine Chrome-Erweiterung, die von Alexey Shaposhnikov entwickelt wurde, und ihr Hauptmerkmal ist "Displays a notification when the changing status of the specified user VK. You can specify multiple users".

Erweiterungsscreenshots

screenshot

VK status notification-Erweiterungs-CRX-Datei herunterladen

Laden Sie VK status notification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Показывает сообщение когда меняется статус указанного пользователя ВК. 
Можно указать несколько пользователей. Просто откройте настройки и введите ссылку на пользователя ВК.

Иногда бывает так, что нужно поймать человека онлайн. В таких случаях удобно использовать это расширение. Раз в минуту оно проверяет статус и показывает всплывающее сообщение, если статус изменился с последней проверки.

Настроить список пользователей можно на странице настроек расширения. Для этого нужно открыть вкладку со списком всех расширений и там найти "Оповещалка статуса ВК" и кнопку "Настройки".

Логиниться в ВК для этого совсем не обязательно.                    

Grundlegende Informationen zur Erweiterung

Name VK status notification VK status notification
ID bjlcjbmjejbehchaoijncajjiekgbkob
Offizielle URL https://chrome.google.com/webstore/detail/%D0%BE%D0%BF%D0%BE%D0%B2%D0%B5%D1%89%D0%B0%D0%BB%D0%BA%D0%B0-%D1%81%D1%82%D0%B0%D1%82%D1%83%D1%81%D0%B0-%D0%B2%D0%BA/bjlcjbmjejbehchaoijncajjiekgbkob
Beschreibung Displays a notification when the changing status of the specified user VK. You can specify multiple users
Dateigröße 61.91 KB
Installationsanzahl 85
Aktuelle Version 0.2.3
Letztes Update 2015-09-14
Veröffentlichungsdatum 2015-09-14
Bewertung 2.80/5 Insgesamt 10 Bewertungen
Entwickler Alexey Shaposhnikov
Zahlungsart free
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.2.3",
    "default_locale": "ru",
    "background": {
        "persistent": false,
        "scripts": [
            "utils.js",
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/api.vk.com\/*",
        "http:\/\/*.vk.me\/*",
        "https:\/\/*.vk.me\/*",
        "http:\/\/*.vk.com\/*",
        "https:\/\/*.vk.com\/*",
        "background",
        "storage",
        "alarms",
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "128.jpg",
        "96": "128.jpg"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "128.jpg",
            "38": "128.jpg"
        }
    }
}