WorkingVPN - A VPN that just works
WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.
什么是WorkingVPN - A VPN that just works?
WorkingVPN - A VPN that just works是由https://workingvpn.com开发的Chrome扩展程序,该扩展的主要功能是“WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.”。
扩展截图
下载WorkingVPN - A VPN that just works扩展crx文件
下载WorkingVPN - A VPN that just works扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WorkingVPN - The VPN that just works. WorkingVPN Service can be used to bypass filtered or blocked websites that have been blocked by your workplace, government or school. You can also use WorkingVPN to hide your tracks and/or protect your personal information at public Wi-Fi locations. Did you know that public Internet locations are dangerous for your personal data? Bad people around you, on the same network can sniff out your personal information. This is possible because you are on the same network and you are supposed to trust each other. Why don’t you use WorkingVPN to resolve this issue? Our VPN Servers can solve this problem for you with a few simple clicks. All you need is this plugin and you are good to go. Unlock sites within seconds, take care of your Internet privacy, change your location, and get protection from malicious websites. No special configuration is required; you can get started immediately. We do encrypt all your connections from browser to target site to prevent anyone from stealing your personal information, this also prevents other people from knowing what you are doing. Enjoy our premium VPN service. Locations Available (as of the last extension update): - Canada - United States - France - Germany - United Kingdom NOTE: We're actively developing this extension at the moment, so expect new features and locations to be added. We love hearing from you! If you have any feedback and/or suggestions on how to make our services better, please send us an email. --- The WorkingVPN Proxy Extension requires following permissions: storage: To store configuration file and current state of the extension proxy: This permission allows this extension to proxy your traffic through a server in another country and unblocks blocked websites in your area. privacy: This permission allows this extension to enable/disable your WebRTC settings to prevent IP leaks when you're using our VPN service. notifications: Keeps the user informed whether its connection was successful or not. Additionally notifies the user when it disconnects from a server. webRequest, webRequestBlocking, AllHosts: are needed in order for the extension to check every web request and uses Proxy-Authorization to authorize your access to the proxy server. It also helps to detect connection errors, warns the user and ensures a good user experience. "Access your data for all websites" permission (Firefox only): We are using the new proxy.onRequest method rather than PAC files for proxy configuration. We need to know when any request is made to any URL in order to have the opportunity to send it through our proxy. The previous method is being removed in Firefox 71, so this is a necessary change. tabs: To open our support and extension related websites and populate their content. To ensure premium support for the user and help to solve problems related to the extension much faster. It also helps to detect on which tabs connection errors have happened. The error detection is just informational and ensures a higher user experience. management: To detect extensions that might affect the usage of WorkingVPN Proxy and warns the user. It does not disable or enable your extensions. It's only informational and ensures a good user experience by informing the user..
扩展基本信息
名称 | WorkingVPN - A VPN that just works |
ID | mhngpdlhojliikfknhfaglpnddniijfh |
官方URL | https://chromewebstore.google.com/detail/workingvpn-a-vpn-that-jus/mhngpdlhojliikfknhfaglpnddniijfh |
简介 | WorkingVPN Proxy service to unblock blocked websites and encrypt your connection. |
文件大小 | 6.79 MB |
安装次数 | 134,313 |
当前版本 | 0.1.16 |
更新时间 | 2022-12-16 |
上架时间 | 2020-06-26 |
评分 | 3.95/5 共163次评分 |
开发者 | https://workingvpn.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://workingvpn.com |
隐私政策页面URL | https://resources.workingvpn.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.16", "name": "WorkingVPN - A VPN that just works", "description": "WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "proxy", "privacy", "webRequestBlocking", "webRequest", "*:\/\/*\/*", "storage", "management", "notifications" ], "browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } }, "incognito": "spanning", "background": { "scripts": [ "\/libs\/webextension-polyfill.min.js", "\/libs\/browser-detect.js", "\/assets\/js\/custom-polyfill.js", "\/assets\/js\/storage.js", "\/assets\/js\/bundle.background.js" ] }, "browser_action": { "default_icon": "assets\/icons\/icon-disconnected.png", "default_title": "WorkingVPN - Disconnected", "default_popup": "index.html" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "manifest_version": 2 } |