Blockless Proxy VPN - Freedom & Privacy

Protects your privacy and unblocks websites with one-click region switching.

Blockless Proxy VPN - Freedom & Privacyคืออะไร?

Blockless Proxy VPN - Freedom & Privacy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://blockless.com และคุณลักษณะหลักของมันคือ "Protects your privacy and unblocks websites with one-click region switching."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blockless Proxy VPN - Freedom & Privacy

ดาวน์โหลดไฟล์ส่วนขยาย Blockless Proxy VPN - Freedom & Privacy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Switching your browser to ‘Private' mode isn’t enough. Blockless Proxy VPN is a lightweight tool that encrypts your Internet connection and hides your IP address, giving you complete security and anonymity online.

Blockless Proxy VPN also lets you switch your region to unblock websites and avoid censorship online.

No credit card required, no ads, and we do NOT keep logs of your browsing activity or personal information. Blockless gives you freedom and privacy online with no strings attached.

Add Blockless Proxy VPN to Chrome and enjoy a safe, enhanced browsing experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blockless Proxy VPN - Freedom & Privacy Blockless Proxy VPN - Freedom & Privacy
ID abkfaffjmlmannmlnlfheoohcnciagdl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/blockless-proxy-vpn-freed/abkfaffjmlmannmlnlfheoohcnciagdl
คำอธิบาย Protects your privacy and unblocks websites with one-click region switching.
ขนาดไฟล์ 704 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 0.9.5
อัปเดตครั้งล่าสุด 2016-07-18
วันที่เผยแพร่ 2016-07-18
คะแนน 3.35/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา http://blockless.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.blockless.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blockless Proxy VPN - Freedom & Privacy",
    "description": "Protects your privacy and unblocks websites with one-click region switching.",
    "short_name": "blockless_vpn",
    "version": "0.9.5",
    "browser_action": {
        "default_popup": "data\/extension.html",
        "default_icon": "data\/img\/logo.icon-off.png"
    },
    "icons": {
        "16": "data\/img\/logo.icon-16.png",
        "48": "data\/img\/logo.icon-48.png",
        "128": "data\/img\/logo.icon-128.png"
    },
    "background": {
        "scripts": [
            ".\/service\/extension.js",
            ".\/service\/api.js",
            "background.js"
        ]
    },
    "permissions": [
        "debugger",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "background",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/js\/angular.min.js",
                "data\/js\/main.js",
                "data\/js\/controller.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}