VPN.AC SecureProxy

VPN.AC SecureProxy is a secure web-tunnelling extension, or a browser-based VPN.

VPN.AC SecureProxyคืออะไร?

VPN.AC SecureProxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vpn.ac และคุณลักษณะหลักของมันคือ "VPN.AC SecureProxy is a secure web-tunnelling extension, or a browser-based VPN."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VPN.AC SecureProxy

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

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

                        SecureProxy browser extension for Chrome provides with the ability to surf the web securely and privately without connecting to a "classic" VPN. It works like a browser proxy and all browsing traffic is encrypted through a secure tunnel. 

Stealth against Firewall/DPI: when inspected using DPI technologies, the connections using the SecureProxy don't trigger alerts like a classic VPN would usually do.

There is no need to tunnel all your PC traffic through the VPN: you can have the browser tunneling the traffic through our servers and all other traffic sent via your regular ISP connection. 

NOTE: You need an active VPN account from https://vpn.ac to connect using this extension. 

What's new: 

- v2.1.2: minor template improvements

Previous updates: 

- v2.1.0: new design implemented; multiple improvements and fixes
- v2.0.17: work-around for Chrome newly introduced bug resulting in no connection when starting browser; added "China Optimized" category (enable it in Preferences)
- v2.0.13: bug fixes related to local storage of preferences.
- v2.0.11: new design, news tab, help tab, bug fixes. New version requires Privacy permissions due to a change of the WebRTC blocking function. 
- v1.8.0: added country flags, changed icons. 
- v1.7.2: added ability to exclude websites or entire TLDs from using the SecureProxy connection to access them.                    

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

ชื่อ VPN.AC SecureProxy VPN.AC SecureProxy
ID kcndmbbelllkmioekdagahekgimemejo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vpnac-secureproxy/kcndmbbelllkmioekdagahekgimemejo
คำอธิบาย VPN.AC SecureProxy is a secure web-tunnelling extension, or a browser-based VPN.
ขนาดไฟล์ 476 KB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2021-01-04
วันที่เผยแพร่ 2018-03-01
คะแนน 4.08/5 รวมทั้งหมด 204 คะแนน
ผู้พัฒนา https://vpn.ac
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://vpn.ac/secureproxy
URL หน้าช่วยเหลือ https://vpn.ac/knowledgebase/6/SecureProxy
URL หน้านโยบายความเป็นส่วนตัว https://vpn.ac/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VPN.AC SecureProxy",
    "description": "VPN.AC SecureProxy is a secure web-tunnelling extension, or a browser-based VPN.",
    "version": "2.1.2",
    "icons": {
        "24": "assets\/img\/icon-24.png",
        "128": "assets\/img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "assets\/img\/off.png",
        "default_title": "VPN.AC SecureProxy",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "privacy",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/js\/*",
        "assets\/img\/*",
        "assets\/css\/*",
        "assets\/fonts\/*"
    ],
    "minimum_chrome_version": "45"
}