The R2P для ВК

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

Wat is The R2P для ВК?

The R2P для ВК is een Chrome-extensie ontwikkeld door The R2P, en de belangrijkste functie is "The R2P (the right to privacy) обеспечивает безопасность вашей личной переписки в соц. сети VK.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The R2P для ВК

Download The R2P для ВК-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam The R2P для ВК The R2P для ВК
ID djophglnnoacgjcoebdchgolbkcancop
Officiële URL https://chromewebstore.google.com/detail/the-r2p-%D0%B4%D0%BB%D1%8F-%D0%B2%D0%BA/djophglnnoacgjcoebdchgolbkcancop
Beschrijving The R2P (the right to privacy) обеспечивает безопасность вашей личной переписки в соц. сети VK.
Bestandsgrootte 219 KB
Aantal Installaties 10
Huidige Versie 2019.2.5
Laatst Bijgewerkt 2019-02-05
Publicatiedatum 2019-02-05
Ontwikkelaar The R2P
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vk.com/ther2p
URL van de Privacybeleid Pagina https://goo.gl/39YiL8
Ondersteunde Talen 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"
    ]
}