BlufVPN

Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.

Qu'est-ce que BlufVPN ?

BlufVPN est une extension Chrome développée par https://blufvpn.com, et sa fonction principale est "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension BlufVPN

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

                        BlufPass Password Manager saves, manages, and syncs all your passwords across all your devices.

BlufPass Password Manager synchronizes every change you make, and can be used on a wide range of devices and operating systems as well as with popular browsers via an extension.

◆ ONE PASSWORD FOR ALL DEVICES ◆
With BlufPass you only need to remember one single password – the master password.

◆ AUTO-FILL LOGIN FORMS ◆
Easy and convinient Auto-Fill feature.                    

Informations de Base sur l'Extension

Nom BlufVPN BlufVPN
ID igiahbpklpbdfcbmgknkafjpjpajhhfm
URL Officiel https://chromewebstore.google.com/detail/blufvpn/igiahbpklpbdfcbmgknkafjpjpajhhfm
Description Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.
Taille du Fichier 550 KB
Nombre d'Installations 73
Version Actuelle 1.1
Dernière Mise à Jour 2022-09-28
Date de Publication 2021-11-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://blufvpn.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://blufvpn.com
URL de la Page d'Aide https://blufvpn.com/faq/
URL de la Page de Politique de Confidentialité https://blufvpn.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlufVPN",
    "description": "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": ".\/img\/inactive.png",
            "48": ".\/img\/inactive.png",
            "128": ".\/img\/inactive.png"
        }
    },
    "permissions": [
        "proxy",
        "storage",
        "alarms",
        "background"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}