BlufVPN
Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.
什么是BlufVPN?
BlufVPN是由https://blufvpn.com开发的Chrome扩展程序,该扩展的主要功能是“Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy.”。
扩展截图
下载BlufVPN扩展crx文件
下载BlufVPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | igiahbpklpbdfcbmgknkafjpjpajhhfm |
| 官方URL | https://chromewebstore.google.com/detail/blufvpn/igiahbpklpbdfcbmgknkafjpjpajhhfm |
| 简介 | Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy. |
| 文件大小 | 550 KB |
| 安装次数 | 73 |
| 当前版本 | 1.1 |
| 更新时间 | 2022-09-28 |
| 上架时间 | 2021-11-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://blufvpn.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://blufvpn.com |
| 帮助页面URL | https://blufvpn.com/faq/ |
| 隐私政策页面URL | https://blufvpn.com/privacy-policy |
| 支持的语言 | 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"
}
} | |