Urban VPN Proxy

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

What is Urban VPN Proxy?

Urban VPN Proxy is a Chrome extension developed by Urban VPN, and its main feature is "Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Urban VPN Proxy Extension CRX File

Download Urban VPN Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/)                    

Extension Basic Information

Name Urban VPN Proxy Urban VPN Proxy
ID eppiocemhmnlbhjplcgkofciiegomcon
Official URL https://chromewebstore.google.com/detail/urban-vpn-proxy/eppiocemhmnlbhjplcgkofciiegomcon
Description Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome
File Size 2.44 MB
Installation Count 2,879,423
Current Version 4.6.4
Last Updated 2024-02-22
Publish Date 2020-07-03
Rating 4.68/5 Total 28709 Ratings
Developer Urban VPN
Email [email protected]
Payment Type free
Extension Website https://www.urban-vpn.com/
Privacy Policy Page URL https://www.urban-vpn.com/about-us/privacy
Supported Languages 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": [
        ""
    ]
}