VK ALARM

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

什么是VK ALARM?

VK ALARM是由ishpartko开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to notify several users of VK.com from the conversation in which you are a member.”。

扩展截图

screenshot
screenshot

下载VK ALARM扩展crx文件

下载VK ALARM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

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

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

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

扩展基本信息

名称 VK ALARM VK ALARM
ID fnjkdijgeljodhjnbajneehncohnoifm
官方URL https://chromewebstore.google.com/detail/vk-alarm/fnjkdijgeljodhjnbajneehncohnoifm
简介 This extension helps to notify several users of VK.com from the conversation in which you are a member.
文件大小 254 KB
安装次数 11
当前版本 1.111
更新时间 2019-01-11
上架时间 2019-01-11
评分 5.00/5 共1次评分
开发者 ishpartko
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}