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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blufvpn.com และคุณลักษณะหลักของมันคือ "Fast and secure VPN service is only a few clicks away. BlufVPN helps to protect your personal information and value your privacy."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlufVPN

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    }
}