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
Eメール [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"
            ]
        }
    ]
}