ininja VPN proxy
Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension
什麼是ininja VPN proxy?
ininja VPN proxy是由https://cowapp.github.io開發的Chrome擴展程式,該擴展的主要功能是“Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension”。
擴展截圖
下載ininja VPN proxy擴展crx文件
下載ininja VPN proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ikcoahoognmjjcgmbnagdkeehmcfafme |
官方網址 | https://chrome.google.com/webstore/detail/ininja-vpn-proxy/ikcoahoognmjjcgmbnagdkeehmcfafme |
簡介 | Proxy Server VPN unlocks any website, proxy lightning fast proxy server / free VPN extension |
檔案大小 | 148 KB |
安裝次數 | 1,463 |
目前版本 | 0.0.1.8 |
更新時間 | 2022-08-18 |
上架時間 | 2021-10-29 |
評分 | 1.88/5 共 8 次評分 |
開發者 | https://cowapp.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://cowapp.github.io |
隱私政策頁面URL | https://cowxy.pro/privacy.html |
支援的語言 | 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" } |