Wachee VPN | Unblocker for Netflix and Hulu
Free Unblocker for US Netflix. Wachee lets you watch streaming services without encountering any proxy errors.
What is Wachee VPN | Unblocker for Netflix and Hulu?
Wachee VPN | Unblocker for Netflix and Hulu is a Chrome extension developed by https://wachee.co, and its main feature is "Free Unblocker for US Netflix. Wachee lets you watch streaming services without encountering any proxy errors.".
Extension Screenshots
Download Wachee VPN | Unblocker for Netflix and Hulu Extension CRX File
Download Wachee VPN | Unblocker for Netflix and Hulu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Wachee is a chrome extension that lets you watch American Netflix if it's blocked by your ISP, network administrator, etc. FEATURES • Fix "Whoops, something went wrong." If you use a regular VPN, smart DNS, or similar tools for watching US Netflix, it will be detected. Then you will see an error page asking you to turn off your proxy (streaming error code: M7111-5059). This error will not occur when you are using Wachee as a Netflix VPN. • Provide access to libraries of different countries. By supporting the US and many other countries’ libraries, you can watch more than 93% of Netflix’s content just by using this extension and changing your geolocation. In addition, you can stream Hulu as well from anywhere in the world. • Watch online video services anonymously. Wachee will bypass any censorship or restrictions on its supported websites and make your online streaming activities anonymous. It will not affect any other website's traffic. PLANS • Free: Stream in basic quality for a limited time every day (SD quality) • Premium: Enjoy the genuine quality (up to UHD) Wachee's servers are some of the best servers around the world for streaming. Wachee will automatically connect you to the nearest server so that you won’t experience any latency at all. Unlike other VPN or proxy extensions, you do not need to change server locations and choose America. When Wachee is connected, you just have to go to the streaming website and enjoy it! NOTES • This extension is just a Netflix VPN and fixes the proxy error. You must have a subscription to use the streaming service. • Wachee does not support all websites; It's ONLY for Netflix & Hulu. Web: https://wachee.co Support: [email protected] By using this add-on, you agree to the Terms & Conditions available at https://wachee.co/terms. DISCLAIMER • This extension is not affiliated with registered trademarks. • This extension uses Google Analytics to collect extension usage statistics to help improve user experience. For more information, please read our Privacy Policy available at https://wachee.co/privacy
Extension Basic Information
Name | Wachee VPN | Unblocker for Netflix and Hulu |
ID | bhnhkdgoefpmekcgnccpnhjfdgicfebm |
Official URL | https://chromewebstore.google.com/detail/wachee-vpn-unblocker-for/bhnhkdgoefpmekcgnccpnhjfdgicfebm |
Description | Free Unblocker for US Netflix. Wachee lets you watch streaming services without encountering any proxy errors. |
File Size | 2.93 MB |
Installation Count | 24,148 |
Current Version | 5.3.2 |
Last Updated | 2022-05-14 |
Publish Date | 2020-05-23 |
Rating | 4.16/5 Total 244 Ratings |
Developer | https://wachee.co |
[email protected] | |
Payment Type | free |
Extension Website | https://wachee.co/?utm_source=webstore&utm_medium=link&utm_campaign=storepage&utm_content=landing |
Help Page URL | https://wachee.co/faq |
Privacy Policy Page URL | https://wachee.co/privacy?utm_source=webstore&utm_medium=link&utm_campaign=storepage&utm_content=privacy |
Supported Languages | en,fr,tr,es,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "5.3.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhTUJj+Vit55Izm+eXh+NhuIDkliZ4CgZrGN6g5gzTA79Ed2TSxda6ppXWET1EkOPM9fc1rNnInS3lMicZX368X0w0+vRuZrCgBd9iXdF3Y9K2YZomfL+wVXIANw7H8TSdeCZDKXyaLt+Def\/QnB5uttraSjG34zq0He\/m7LR0zvjkblTQGLhiZ8b5XvEbkO6XAD47UZuDemVh8qFChYJVBMGFgJwtpiDUO0e2fe2EN9TbHBluJu6xdoWj2Hqj1uglJtatjb+9jQu0ucHYsUE5EBi\/NjWf\/h9ZUCQnlYK+hjvADIkGzhoocHNKmXneEZcbupWtPW23ozoTX8278aZkQIDAQAB", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon-default.png", "default_popup": "app.html", "default_title": "Wachee Streaming VPN" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*", "https:\/\/*.hulu.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ "images\/wachee-watermark.svg", "images\/wachee-close-ad.svg", "images\/wachee-popup-bg.svg", "images\/logo-full.svg" ], "externally_connectable": { "matches": [ "*:\/\/*.wachee.co\/*" ] }, "offline_enabled": false, "permissions": [ "https:\/\/*.netflix.com\/*", "https:\/\/*.hulu.com\/*", "*:\/\/*.wachee.co\/*", "*:\/\/*.wachee.us\/*", "*:\/\/*.amazonaws.com\/*", "*:\/\/*.azurewebsites.net\/*", "*:\/\/*.cloudfunctions.net\/*", "*:\/\/*.appspot.com\/*", "proxy", "storage", "webRequest", "webRequestBlocking", "notifications", "privacy", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'" } |