BlufVPN

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

Vad är BlufVPN?

BlufVPN är en Chrome-tillägg utvecklad av https://blufvpn.com, och dess huvudfunktion är "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.".

Tilläggsskärmbilder

Ladda ner BlufVPN-förlängningens CRX-fil

Ladda ner BlufVPN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BlufVPN BlufVPN
ID igiahbpklpbdfcbmgknkafjpjpajhhfm
Officiell webbadress https://chromewebstore.google.com/detail/blufvpn/igiahbpklpbdfcbmgknkafjpjpajhhfm
Beskrivning Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.
Filstorlek 550 KB
Antal Installationer 73
Aktuell Version 1.1
Senast Uppdaterad 2022-09-28
Publiceringsdatum 2021-11-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://blufvpn.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://blufvpn.com
Hjälpsida URL https://blufvpn.com/faq/
URL till Sekretesspolicy Sidan https://blufvpn.com/privacy-policy
Stödda Språk 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"
    }
}