BlufVPN
Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.
What is BlufVPN?
BlufVPN is a Chrome extension developed by https://blufvpn.com, and its main feature is "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.".
Extension Screenshots
Download BlufVPN Extension CRX File
Download BlufVPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | BlufVPN |
ID | igiahbpklpbdfcbmgknkafjpjpajhhfm |
Official URL | 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. |
File Size | 550 KB |
Installation Count | 73 |
Current Version | 1.1 |
Last Updated | 2022-09-28 |
Publish Date | 2021-11-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://blufvpn.com |
[email protected] | |
Payment Type | free |
Extension Website | https://blufvpn.com |
Help Page URL | https://blufvpn.com/faq/ |
Privacy Policy Page URL | https://blufvpn.com/privacy-policy |
Supported Languages | 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" } } |