Instant VPN - Your Secure Online Freedom
Free unlimited VPN for unblocking websites, protecting privacy and WI-FI
Instant VPN - Your Secure Online Freedomคืออะไร?
Instant VPN - Your Secure Online Freedom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InstantVPN Technology และคุณลักษณะหลักของมันคือ "Free unlimited VPN for unblocking websites, protecting privacy and WI-FI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant VPN - Your Secure Online Freedom
ดาวน์โหลดไฟล์ส่วนขยาย Instant VPN - Your Secure Online Freedom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instant VPN is a lightweight extension that provides a free VPN service. No configuration is required: just press one button and you will get secure and anonymous internet access. Instant VPN encrypts your Internet connection so that third parties cannot track your online activity. The extension makes your connection more secure than using a regular proxy. It ensures the security and security of your online presence, especially when you use public free Wi-Fi networks. We have created a global VPN network that includes America, Europe and Asia, and will soon expand it to other countries. You can click on the extension icon and change the server anytime you want. Why choose Instant VPN? ✅ Large number of servers, high-speed bandwidth ✅ Our extension works with Wi-Fi, 5G, LTE/4G, 3G and all data networks ✅ Strict no-log policy ✅ Intelligent server selection ✅ Well-designed user interface ✅ No restrictions on time or use ✅ No registration or setup required ✅ No additional permissions required ✅ Small size, and the expansion is even safer and faster Download Instant VPN, one of the fastest secure virtual private networks in the world, and enjoy all its benefits! Don't worry if the Instant VPN connection is not established. You can follow these steps to fix it: 1) Choose the fastest and most stable server to connect to 2) Enjoy the security and freedom of the internet I hope that your suggestions and high marks will help us grow and develop :-) Questions, suggestions, hidden fears: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilnbkmpjehdlccdgelcpejfmmokjblbj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instant-vpn-your-secure-o/ilnbkmpjehdlccdgelcpejfmmokjblbj |
คำอธิบาย | Free unlimited VPN for unblocking websites, protecting privacy and WI-FI |
ขนาดไฟล์ | 8.65 MB |
จำนวนการติดตั้ง | 4,694 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-03-06 |
วันที่เผยแพร่ | 2021-09-30 |
คะแนน | 3.55/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | InstantVPN Technology |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://vpninstant.poqdev.com/info/privacy |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ ".\/js\/background.js" ] }, "browser_action": { "default_icon": "assets\/static\/32.png", "default_popup": ".\/popup.html", "default_title": "__MSG_title__" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_desc__", "icons": { "128": "assets\/static\/128.png", "32": "assets\/static\/32.png", "64": "assets\/static\/64.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "proxy", "storage" ], "version": "0.0.3", "web_accessible_resources": [ "static\/*", "assets\/*.svg", "assets\/*.png", "assets\/*.css", "assets\/*.otf" ] } |