VeilDuck
Veilduck provides very fast proxy service. Enjoy secure web surfing everywhere.
VeilDuck란 무엇입니까?
VeilDuck은(는) BGPworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Veilduck provides very fast proxy service. Enjoy secure web surfing everywhere."입니다.
확장 프로그램 스크린샷
VeilDuck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
VeilDuck is the fastest and most secure VPN service. Install and start surfing in complete privacy and anonymity - it’s that simple! To ensure complete privacy and protection NO signup is required, and NO personal information is ever asked. VeilDuck is the best choice for safe, private, anonymous internet surfing - all for FREE! ## Fastest Speed - 24/7 Server monitoring for fast and secure Internet anytime, anywhere. - Automatic optimal server expansion/scaling to accommodate users and traffic increases. ## Private Information - No signup required. Internet access is given by Tickets, therefore personal information is NEVER asked nor stored. - IP addresses, DNS query logs are NOT stored in anyway. ## Free to Use - Just watch a quick ad and use it for free. No limits! No Restrictions! - All supported countries can be selected even without purchasing our Premium Plan. Currently server locations are limited, but are continually expanding.
확장 프로그램 기본 정보
이름 | VeilDuck |
ID | onpjdedikjphpmpfjcafkmdmngchfaid |
공식 URL | https://chromewebstore.google.com/detail/veilduck/onpjdedikjphpmpfjcafkmdmngchfaid |
설명 | Veilduck provides very fast proxy service. Enjoy secure web surfing everywhere. |
파일 크기 | 72.71 KB |
설치 횟수 | 55,611 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2020-05-26 |
출시 날짜 | 2020-05-26 |
평점 | 4.27/5 총 685 개의 평점 |
개발자 | BGPworks |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.veilduck.app |
개인정보 보호 정책 페이지 URL | https://www.veilduck.app/privacy |
지원되는 언어 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.0.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/icons\/icon_on16.png", "19": "assets\/icons\/icon_on19.png", "38": "assets\/icons\/icon_on38.png", "48": "assets\/icons\/icon_on48.png", "128": "assets\/icons\/icon_on128.png", "256": "assets\/icons\/icon_on256.png" }, "browser_action": { "name": "Click to enable VeilDuck", "default_icon": { "16": "assets\/icons\/icon_off16.png", "19": "assets\/icons\/icon_off19.png", "38": "assets\/icons\/icon_off38.png", "48": "assets\/icons\/icon_off48.png", "128": "assets\/icons\/icon_off128.png", "256": "assets\/icons\/icon_off256.png" }, "default_title": "VeilDuck" }, "minimum_chrome_version": "28.0", "permissions": [ "webRequest", "webRequestBlocking", "proxy", "*:\/\/*\/*", "storage", "background", "notifications" ], "options_page": "assets\/static\/options.html", "externally_connectable": { "matches": [ "*:\/\/*.veilduck.com\/*", "http:\/\/localhost:3000\/*", "*:\/\/*.veilduck.app\/*" ] } } |