DingoVPN

DingoVPN allows you to switch between different proxy configurations with a single click.

O que é DingoVPN?

DingoVPN é uma extensão do Chrome desenvolvida por https://dingovpn.com, e sua principal característica é "DingoVPN allows you to switch between different proxy configurations with a single click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DingoVPN

Baixe arquivos de extensão DingoVPN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DingoVPN DingoVPN
ID ccjpogondiflchalonmdaalmkjnbbpln
URL Oficial https://chromewebstore.google.com/detail/dingovpn/ccjpogondiflchalonmdaalmkjnbbpln
Descrição DingoVPN allows you to switch between different proxy configurations with a single click.
Tamanho do Arquivo 5.01 MB
Contagem de Instalações 52
Versão Atual 1.1.3
Última Atualização 2023-05-11
Data de Publicação 2023-05-08
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://dingovpn.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://dingovpn.com
URL da Página de Ajuda https://dingovpn.com
URL da Página de Política de Privacidade https://dingovpn.com/privacy.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}