Security Message Viewer

Allows you to view new messages in vk.com and stay them unread. Do not need your credentials

Security Message Viewerとは何ですか?

Security Message ViewerはJemJemによって開発されたChromeの拡張機能で、その主な機能は「Allows you to view new messages in vk.com and stay them unread. Do not need your credentials」です。

拡張機能のスクリーンショット

screenshot

Security Message Viewer拡張機能のCRXファイルをダウンロード

Security Message Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple application that allows you to watch new messages. If you want to see new messages but dont want that sender will know that you have read it, just hover the preview.
Also you can see all text of message in search tool. 
The best solution for some kind of paranoid, careful and curious people.
Do not need your credentials.                    

拡張機能の基本情報

名前 Security Message Viewer Security Message Viewer
ID cgcbmnfpolfchejflhbkhcnomccbijgl
公式URL https://chromewebstore.google.com/detail/security-message-viewer/cgcbmnfpolfchejflhbkhcnomccbijgl
説明 Allows you to view new messages in vk.com and stay them unread. Do not need your credentials
ファイルサイズ 59.63 KB
インストール数 124
現在のバージョン 1.3.11
最終更新日 2017-10-08
公開日 2017-10-08
評価 4.67/5 合計 12 レビュー
開発者 JemJem
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Security Message Viewer",
    "short_name": "SMV",
    "version": "1.3.11",
    "description": "__MSG_app_description__",
    "author": "Evgeniy J",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.1.0.min.js",
                "scripts\/content-min.js"
            ],
            "css": [
                "styles\/styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icons\/128x128.png",
        "default_popup": "popup.html"
    }
}