Urban VPN Proxy

Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome

¿Qué es Urban VPN Proxy?

Urban VPN Proxy es una extensión de Chrome desarrollada por Urban VPN, y su función principal es "Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Urban VPN Proxy

Descarga archivos de extensión Urban VPN Proxy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Just one click and you are on your way!

Urban VPN is the creator of Urban VPN Proxy Unblocker the reliable and secure, virtual private networks tool. Our browser extension offers you quick and easy activation & unlimited bandwidth!

Protect your browser and device from annoying advertising and mining websites when browsing the internet.

Mask your IP, keep your privacy when publicly surfing the internet, and choose an IP from a continually growing pool of international locations across the globe. Avoid being tracked by websites and advertisers - bypass firewalls and browse anonymously! Avoid harmful advertisements by enabling our ad-blocking feature.

Integrated safe browsing features will provide you anti-malware protection and prevent unsafe websites surfing.

There is no need to download further software - just click to download, install the extension, and set it to surf.

When you choose Urban VPN, you choose quality, safety and security!

- Hide your IP.

- Stream and download content with ease and speed

- Simply and quickly swap IPs according to the desired location

To enable us to provide you with our safe browsing and VPN services, we need to access and collect certain information, such as: URLs you click, the ads displayed for you and your interaction with the ads, history, click stream data, and IP address.

In addition, subject to your consent through the prominent notice, we will be accessing and collecting your web browsing data that includes information on:

- search engine results page

- web pages visited

- clicked stream data

- information about the content that you viewed (the ad campaign)

- information about where you viewed the content (website, app, or extension).

We share this web browsing data in an aggregated, anonymized format with our affiliated companies and business partners for commercial use.

We wish to make it clear, we do not want to know your identity, preferences or any information about you personally, all as detailed in the privacy policy (https://www.urban-vpn.com/about-us/privacy/)                    

Información Básica de la Extensión

Nombre Urban VPN Proxy Urban VPN Proxy
ID eppiocemhmnlbhjplcgkofciiegomcon
URL Oficial https://chromewebstore.google.com/detail/urban-vpn-proxy/eppiocemhmnlbhjplcgkofciiegomcon
Descripción Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome
Tamaño del Archivo 2.44 MB
Cantidad de Instalaciones 2,879,423
Versión Actual 4.6.4
Última Actualización 2024-02-22
Fecha de Publicación 2020-07-03
Calificación 4.68/5 Total de 28709 Calificaciones
Desarrollador Urban VPN
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.urban-vpn.com/
URL de la Página de Política de Privacidad https://www.urban-vpn.com/about-us/privacy
Idiomas Soportados id,de,en,fr,nl,tr,es,pt-BR,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.6.4",
    "homepage_url": "https:\/\/www.urban-vpn.com\/",
    "manifest_version": 3,
    "minimum_chrome_version": "109.0",
    "background": {
        "service_worker": "service-worker\/index.js"
    },
    "action": {
        "default_icon": "icons\/icon-grey.png",
        "default_title": "Urban VPN",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "ad-blocker\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "alarms",
        "management",
        "proxy",
        "scripting",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider",
        "offscreen"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/anti-male-ware-notification\/index.html",
                "\/content\/safe-price-check-notification\/index.html",
                "\/content\/vpn-notification\/index.html",
                "\/content\/consent-reminder-notification\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/content\/location\/location.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/libs\/extend-native-history-api.js",
                "\/libs\/requests.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "executers\/fr-co.js",
                "executers\/vi-ig-tr.js",
                "executers\/vi-oo-tr.js",
                "executers\/vi-pn-tr.js",
                "executers\/vi-rd-tr.js",
                "executers\/vi-tr.js",
                "executers\/vi-tt-tr.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}