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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to view new messages in vk.com and stay them unread. Do not need your credentials"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Security Message Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}