VPN Proxy
VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
VPN Proxyとは何ですか?
VPN ProxyはTrellonetによって開発されたChromeの拡張機能で、その主な機能は「VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.」です。
拡張機能のスクリーンショット
VPN Proxy拡張機能のCRXファイルをダウンロード
VPN Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best vpn for chrome, which can hide your network ip and protect your network security.
拡張機能の基本情報
名前 | VPN Proxy |
ID | ghlpcaaifadoekifkmbclpkhdiolfeol |
公式URL | https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol |
説明 | VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
ファイルサイズ | 1.12 MB |
インストール数 | 4,883 |
現在のバージョン | 1.1.1 |
最終更新日 | 2020-08-24 |
公開日 | 2020-06-29 |
評価 | 3.00/5 合計 7 レビュー |
開発者 | Trellonet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.trellonet.com |
ヘルプページのURL | https://www.trellonet.com |
プライバシーポリシーページのURL | https://www.trellonet.com/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VPN Proxy", "version": "1.1.1", "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.", "permissions": [ "http:\/\/*\/*", "storage", "proxy" ], "background": { "scripts": [ "static\/js\/background.js", "static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": "static\/img\/[email protected]", "default_title": "VPN Proxy", "default_popup": "popup.html" }, "icons": { "16": "static\/img\/[email protected]", "32": "static\/img\/[email protected]", "48": "static\/img\/[email protected]", "128": "static\/img\/[email protected]" }, "manifest_version": 2 } |