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

扩展截图

screenshot
screenshot

下载DingoVPN扩展crx文件

下载DingoVPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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": [
                ""
            ]
        }
    ]
}