Wachee VPN | Unblocker for Netflix and Hulu
Free Unblocker for US Netflix. Wachee lets you watch streaming services without encountering any proxy errors.
Wachee VPN | Unblocker for Netflix and Hulu란 무엇입니까?
Wachee VPN | Unblocker for Netflix and Hulu은(는) https://wachee.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Unblocker for US Netflix. Wachee lets you watch streaming services without encountering any proxy errors."입니다.
확장 프로그램 스크린샷
Wachee VPN | Unblocker for Netflix and Hulu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Wachee VPN | Unblocker for Netflix and Hulu |
ID | bhnhkdgoefpmekcgnccpnhjfdgicfebm |
공식 URL | https://chromewebstore.google.com/detail/wachee-vpn-unblocker-for/bhnhkdgoefpmekcgnccpnhjfdgicfebm |
설명 | Free Unblocker for US Netflix. Wachee lets you watch streaming services without encountering any proxy errors. |
파일 크기 | 2.93 MB |
설치 횟수 | 24,148 |
현재 버전 | 5.3.2 |
최근 업데이트 | 2022-05-14 |
출시 날짜 | 2020-05-23 |
평점 | 4.16/5 총 244 개의 평점 |
개발자 | https://wachee.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wachee.co/?utm_source=webstore&utm_medium=link&utm_campaign=storepage&utm_content=landing |
도움말 페이지 URL | https://wachee.co/faq |
개인정보 보호 정책 페이지 URL | https://wachee.co/privacy?utm_source=webstore&utm_medium=link&utm_campaign=storepage&utm_content=privacy |
지원되는 언어 | 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'" } |