The R2P для ВК

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

Qu'est-ce que The R2P для ВК ?

The R2P для ВК est une extension Chrome développée par The R2P, et sa fonction principale est "The R2P (the right to privacy) обеспечивает безопасность вашей личной переписки в соц. сети VK.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The R2P для ВК

Téléchargez les fichiers d'extension The R2P для ВК au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom The R2P для ВК The R2P для ВК
ID djophglnnoacgjcoebdchgolbkcancop
URL Officiel 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.
Taille du Fichier 219 KB
Nombre d'Installations 10
Version Actuelle 2019.2.5
Dernière Mise à Jour 2019-02-05
Date de Publication 2019-02-05
Développeur The R2P
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vk.com/ther2p
URL de la Page de Politique de Confidentialité https://goo.gl/39YiL8
Langues Prises en Charge 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"
    ]
}