WorkingVPN - A VPN that just works

WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.

Qu'est-ce que WorkingVPN - A VPN that just works ?

WorkingVPN - A VPN that just works est une extension Chrome développée par https://workingvpn.com, et sa fonction principale est "WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WorkingVPN - A VPN that just works

Téléchargez les fichiers d'extension WorkingVPN - A VPN that just works au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WorkingVPN - A VPN that just works WorkingVPN - A VPN that just works
ID mhngpdlhojliikfknhfaglpnddniijfh
URL Officiel https://chromewebstore.google.com/detail/workingvpn-a-vpn-that-jus/mhngpdlhojliikfknhfaglpnddniijfh
Description WorkingVPN Proxy service to unblock blocked websites and encrypt your connection.
Taille du Fichier 6.79 MB
Nombre d'Installations 134,313
Version Actuelle 0.1.16
Dernière Mise à Jour 2022-12-16
Date de Publication 2020-06-26
Évaluation 3.95/5 Total 163 Évaluations
Développeur https://workingvpn.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://workingvpn.com
URL de la Page de Politique de Confidentialité https://resources.workingvpn.com/privacy-policy
Langues Prises en Charge 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
}