VPN Satoshi

VPN Satoshi for fast and safe surfing on the Internet.

Qu'est-ce que VPN Satoshi ?

VPN Satoshi est une extension Chrome développée par vpn-satoshi, et sa fonction principale est "VPN Satoshi for fast and safe surfing on the Internet.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VPN Satoshi

Téléchargez les fichiers d'extension VPN Satoshi 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

                        VPN Satoshi - это VPN  при подключении клиент автоматически выбирает ближайший и наименее загруженный узел в сети, что обеспечивает оптимальную скорость передачи данных.
Все данные между клиентом и узлом шифруются с использованием современных алгоритмов шифрования, что обеспечивает высокий уровень безопасности.                    

Informations de Base sur l'Extension

Nom VPN Satoshi VPN Satoshi
ID oafoojegpciffpajphojgkkdgnngigfb
URL Officiel https://chromewebstore.google.com/detail/vpn-satoshi/oafoojegpciffpajphojgkkdgnngigfb
Description VPN Satoshi for fast and safe surfing on the Internet.
Taille du Fichier 5.98 MB
Nombre d'Installations 40,052
Version Actuelle 2.0.1
Dernière Mise à Jour 2024-02-06
Date de Publication 2023-06-29
Évaluation 3.97/5 Total 679 Évaluations
Développeur vpn-satoshi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vpnsatoshi.com/
URL de la Page d'Aide https://vpnsatoshi.com/contacts/
URL de la Page de Politique de Confidentialité https://vpnsatoshi.com/privacy-policy
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Satoshi",
    "version": "2.0.1",
    "minimum_chrome_version": "88.0.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2AU8Lsp5VXZVyT\/lnkQzess62rkOdZ6AKA\/CAWkPjJoAichoLQifKJB8YWaIIZ17PUazghOT39oLkZ42QPC7p1yhdDU+kH6JyMyZlD4u7fNYih2gnQr5+p7kshO9zxoqsNMCnZvGwAUOtsHzm3z3u8ourNQ1tqaBy\/+KXbFcOSCvT6f8UQi9CCBEYILCxhH6LsNfInaN9dwE1JBIGQVBuSgvHz828xVj6Iijn8IHR\/e3Mgx\/C7hDRx5sihwAOc3F8K2I4k7+\/jRG1mcc7wG\/c58L6aOaMdKrFNx2i1f0BGGFRR2mGM7KZgLLRApOEG6\/FujVqgo+T3TpVBWcw34haQIDAQAB",
    "oauth2": {
        "client_id": "629875730276-srhc6j4heb40p8v942kdkn00g8tb72nr.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "description": "VPN Satoshi for fast and safe surfing on the Internet.",
    "permissions": [
        "proxy",
        "unlimitedStorage",
        "storage",
        "cookies",
        "webRequest",
        "webRequestAuthProvider",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "VPN Satoshi",
        "default_icon": {
            "16": "image\/icon16.png",
            "48": "image\/icon48.png",
            "128": "image\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    }
}