DingoVPN
DingoVPN allows you to switch between different proxy configurations with a single click.
DingoVPN란 무엇입니까?
DingoVPN은(는) https://dingovpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DingoVPN allows you to switch between different proxy configurations with a single click."입니다.
확장 프로그램 스크린샷
DingoVPN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the ultimate VPN extension for Chrome - DingoVPN! Experience unparalleled online freedom, security, and privacy with just a single click. Discover DingoVPN for Chrome - Top Features: 🚀 Lightning-Fast Speeds: Experience blazing-fast connection speeds with our optimized global server network. 🔒 Enhanced Privacy: Protect your online activities from hackers, trackers, and third parties with our powerful encryption technology. 🌐 Access Blocked Content: Effortlessly unblock websites, social media platforms, and streaming services from anywhere in the world. 🔥 One-Click Connection: Enjoy seamless VPN connectivity with just one click on the "Connect" button. 🎉 Unlimited Bandwidth & Time: Browse, stream, and download without worrying about limitations or restrictions. 🏅 Trusted by Thousands: Join the rapidly-growing community of satisfied DingoVPN users. 🛡️ 24/7 Customer Support: Our dedicated support team is always ready to assist you with any questions or issues. Experience DingoVPN for Chrome: Unlimited VPN: Experience true freedom with no session, speed, or bandwidth limitations. Simple & User-Friendly: Connect to our secure servers with just one touch of the "Connect" button. Secure VPN: Our robust SSL encryption keeps your data safe and your browsing experience anonymous. Get started with DingoVPN today, and if you love our service, don't forget to share the love by giving us a 5-star rating! Need assistance or have questions? Visit our support page: https://www.dingovpn.com/ Experience online freedom like never before with DingoVPN - your ultimate VPN extension for Chrome!
확장 프로그램 기본 정보
이름 | DingoVPN |
ID | ccjpogondiflchalonmdaalmkjnbbpln |
공식 URL | https://chromewebstore.google.com/detail/dingovpn/ccjpogondiflchalonmdaalmkjnbbpln |
설명 | DingoVPN allows you to switch between different proxy configurations with a single click. |
파일 크기 | 5.01 MB |
설치 횟수 | 52 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2023-05-11 |
출시 날짜 | 2023-05-08 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://dingovpn.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://dingovpn.com |
도움말 페이지 URL | https://dingovpn.com |
개인정보 보호 정책 페이지 URL | https://dingovpn.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "author": "DingoVPN", "version": "1.1.3", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/icon-16.png", "24": "assets\/icons\/icon-24.png", "64": "assets\/icons\/icon-64.png", "128": "assets\/icons\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "background\/background.js" }, "permissions": [ "storage", "proxy", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "wss:\/\/*\/*", "ws:\/\/*\/*" ], "action": { "default_icon": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "default_title": "DingoVPN", "default_popup": "popup\/index.html" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "content\/*", "options\/*", "popup\/*", "background\/*" ], "matches": [ " |