BlufVPN

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

Hvad er BlufVPN?

BlufVPN er en Chrome-udvidelse udviklet af https://blufvpn.com, og dens hovedfunktion er "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.".

Udvidelsesskærmbilleder

Download BlufVPN-udvidelses-CRX-fil

Download BlufVPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn BlufVPN BlufVPN
ID igiahbpklpbdfcbmgknkafjpjpajhhfm
Officiel URL https://chromewebstore.google.com/detail/blufvpn/igiahbpklpbdfcbmgknkafjpjpajhhfm
Beskrivelse Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.
Filstørrelse 550 KB
Antal Installationer 73
Nuværende Version 1.1
Senest Opdateret 2022-09-28
Udgivelsesdato 2021-11-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://blufvpn.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://blufvpn.com
Hjælpeside-URL https://blufvpn.com/faq/
URL til Fortrolighedspolitik Side https://blufvpn.com/privacy-policy
Understøttede Sprog 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"
    }
}