The R2P для ВК

The R2P (the right to privacy) обеспечивает безопасность вашей личной переписки в соц. сети VK.

What is The R2P для ВК?

The R2P для ВК is a Chrome extension developed by The R2P, and its main feature is "The R2P (the right to privacy) обеспечивает безопасность вашей личной переписки в соц. сети VK.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download The R2P для ВК Extension CRX File

Download The R2P для ВК extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Безопасность достигается путем сквозного шифрования ваших сообщений с помощью симметричного шифрования AES и асинхронного шифрования RSA. Это значит, что никто, кроме вас, не получит доступа к вашей частной переписке, даже сама соц. сеть VK. С the R2P вы можете чувствовать себя в безопасности.                    

Extension Basic Information

Name The R2P для ВК The R2P для ВК
ID djophglnnoacgjcoebdchgolbkcancop
Official URL https://chromewebstore.google.com/detail/the-r2p-%D0%B4%D0%BB%D1%8F-%D0%B2%D0%BA/djophglnnoacgjcoebdchgolbkcancop
Description The R2P (the right to privacy) обеспечивает безопасность вашей личной переписки в соц. сети VK.
File Size 219 KB
Installation Count 10
Current Version 2019.2.5
Last Updated 2019-02-05
Publish Date 2019-02-05
Developer The R2P
Email [email protected]
Payment Type free
Extension Website https://vk.com/ther2p
Privacy Policy Page URL https://goo.gl/39YiL8
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2019.2.5",
    "name": "The R2P \u0434\u043b\u044f \u0412\u041a",
    "author": "https:\/\/vk.com\/secretstreet",
    "description": "The R2P (the right to privacy) \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0432\u0430\u0448\u0435\u0439 \u043b\u0438\u0447\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0438 \u0432 \u0441\u043e\u0446. \u0441\u0435\u0442\u0438 VK.",
    "icons": {
        "128": "images\/icon_dark.png",
        "48": "images\/icon_dark.png",
        "32": "images\/icon_dark.png",
        "16": "images\/icon_dark.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_dark.png",
            "48": "images\/icon_dark.png",
            "32": "images\/icon_dark.png",
            "128": "images\/icon_dark.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/im*",
                "https:\/\/vk.com\/gim*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/jsencrypt.min.js",
                "js\/crypto-js\/crypto-js.js",
                "js\/enDecryptor.js",
                "js\/userManager.js",
                "js\/vkscript.js"
            ],
            "css": [
                "css\/vkstyle.css"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}