ininja VPN proxy
Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension
ininja VPN proxy là gì?
ininja VPN proxy là một tiện ích mở rộng Chrome được phát triển bởi https://cowapp.github.io, và tính năng chính của nó là "Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ininja VPN proxy
Tải xuống các tệp mở rộng ininja VPN proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
ininja VPN proxy is a web proxy backed by tunnel technology. Like VPN, it hides your IP address and encrypt your traffic, but a lot easier to use. This extension provides one click config to switch your IP address and location. Once the service is turned on, the sites you visit can only see an IP address belonging to the proxy rather than your real IP address. That's why you can unblock websites with us. # Enhanced security & privacy # Unlike a triditional plain web proxy, ininja VPN proxy encrypts all your inbound and outbound traffic, which hides your IP and gives you protection when you are using public WiFi like school, hotel or Starbucks. On the other hand, we also prevent WebRTC from leaking your IP address, which isn't usually handled by many other VPNs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ikcoahoognmjjcgmbnagdkeehmcfafme |
URL Chính Thức | https://chrome.google.com/webstore/detail/ininja-vpn-proxy/ikcoahoognmjjcgmbnagdkeehmcfafme |
Mô tả | Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 1,463 |
Phiên Bản Hiện Tại | 0.0.1.8 |
Cập Nhật Lần Cuối | 2022-08-18 |
Ngày Phát Hành | 2021-10-29 |
Đánh Giá | 1.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://cowapp.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cowapp.github.io |
URL Trang Chính Sách Bảo Mật | https://cowxy.pro/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en,en-US,ru,zh-CN |
manifest.json | |
{ "background": { "scripts": [ "js\/lib\/ft.js", "js\/lib\/jq.js", "js\/utils.js", "js\/lib\/webrtc.js", "js\/uuid.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon64-gray.png", "default_popup": "popup.html", "default_title": "ininja fast proxy" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/cowapp.github.io", "icons": { "128": "img\/icon64.png", "48": "img\/icon64.png", "64": "img\/icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "privacy", "storage", "proxy", "management", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1.8" } |