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
官方網址 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": [
                ""
            ]
        }
    ]
}