VK ALARM

This extension helps to notify several users of VK.com from the conversation in which you are a member.

What is VK ALARM?

VK ALARM is a Chrome extension developed by ishpartko, and its main feature is "This extension helps to notify several users of VK.com from the conversation in which you are a member.".

Extension Screenshots

screenshot
screenshot

Download VK ALARM Extension CRX File

Download VK ALARM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Дополнение позволяет уведомить сразу нескольких пользователей в беседе ВКонтакте.

История разработки:

Любой активный пользователь ВК состоит в беседах. Но не у всех пользователей есть время постоянно читать беседы полностью. 
Для этого ВКонтакте ввели функцию упоминания - @id-of-user (title), и тому, чей ник так указали придет уведомление. 

Но так, вручную, перечислять всех пользователей очень долго, особенно если в беседе >50 человек. 

Это расширение позволяет автоматизировать этот процесс.                    

Extension Basic Information

Name VK ALARM VK ALARM
ID fnjkdijgeljodhjnbajneehncohnoifm
Official URL https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm
Description This extension helps to notify several users of VK.com from the conversation in which you are a member.
File Size 254 KB
Installation Count 11
Current Version 1.111
Last Updated 2019-01-11
Publish Date 2019-01-11
Rating 5.00/5 Total 1 Ratings
Developer ishpartko
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK ALARM",
    "description": "This extension helps to notify several users of VK.com from the conversation in which you are a member.",
    "author": "Ivan Shpartko",
    "version": "1.111",
    "icons": {
        "128": "icons\/icon128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "dist\/bundle.js"
            ]
        }
    ]
}