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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 WorkingVPN - A VPN that just works
ID mhngpdlhojliikfknhfaglpnddniijfh
官方網址 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
}