BlufVPN

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

Cos'è BlufVPN?

BlufVPN è un'estensione di Chrome sviluppata da https://blufvpn.com, e la sua funzione principale è "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione BlufVPN

Scarica i file di estensione BlufVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BlufVPN BlufVPN
ID igiahbpklpbdfcbmgknkafjpjpajhhfm
URL Ufficiale https://chromewebstore.google.com/detail/blufvpn/igiahbpklpbdfcbmgknkafjpjpajhhfm
Descrizione Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.
Dimensione del File 550 KB
Conteggio Installazioni 73
Versione Corrente 1.1
Ultimo Aggiornamento 2022-09-28
Data di Pubblicazione 2021-11-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://blufvpn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://blufvpn.com
URL della Pagina di Aiuto https://blufvpn.com/faq/
URL della Pagina della Politica sulla Privacy https://blufvpn.com/privacy-policy
Lingue Supportate 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"
    }
}