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.
拡張機能の基本情報
名前 | BlufVPN |
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 |
Eメール | [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" } } |