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 |
| 官方網址 | 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"
}
} | |