Hideman VPN
Data protection and traffic encryption
Hideman VPNคืออะไร?
Hideman VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hideman.net และคุณลักษณะหลักของมันคือ "Data protection and traffic encryption"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hideman VPN
ดาวน์โหลดไฟล์ส่วนขยาย Hideman VPN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbdbnchagbkhknegmhgikkleoogjcfge |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge |
คำอธิบาย | Data protection and traffic encryption |
ขนาดไฟล์ | 261 KB |
จำนวนการติดตั้ง | 10,167 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2017-01-17 |
วันที่เผยแพร่ | 2017-01-17 |
คะแนน | 3.67/5 รวมทั้งหมด 132 คะแนน |
ผู้พัฒนา | https://www.hideman.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.hideman.net |
URL หน้านโยบายความเป็นส่วนตัว | https://www.hideman.net/docs/privacy-policy |
ภาษาที่รองรับ | en,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hideman VPN", "version": "1", "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "page_action": { "default_icon": { "38": "icons\/38_off.png", "19": "icons\/16_off.png" }, "default_title": "PageAction", "default_popup": "popup\/popup.html" }, "author": "Hideman LTD", "background": { "page": "background\/background.html", "persistent": true }, "homepage_url": "https:\/\/www.hideman.net", "options_page": "options\/options.html", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*", "background", "proxy", "storage", "tabs" ], "short_name": "__MSG_ext_short_name__", "offline_enabled": false, "externally_connectable": { "matches": [ "*:\/\/*.hideman.net\/*" ] } } |