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 - это расширение Chrome, разработанное JemJem, и его основная функция - "Allows you to view new messages in vk.com and stay them unread. Do not need your credentials".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Security Message Viewer

Скачайте файлы расширений 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"
    }
}