Urban VPN Proxy

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

Was ist Urban VPN Proxy?

Urban VPN Proxy ist eine Chrome-Erweiterung, die von Urban VPN entwickelt wurde, und ihr Hauptmerkmal ist "Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Urban VPN Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Urban VPN Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Urban VPN Proxy Urban VPN Proxy
ID eppiocemhmnlbhjplcgkofciiegomcon
Offizielle URL https://chromewebstore.google.com/detail/urban-vpn-proxy/eppiocemhmnlbhjplcgkofciiegomcon
Beschreibung Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome
Dateigröße 2.44 MB
Installationsanzahl 2,879,423
Aktuelle Version 4.6.4
Letztes Update 2024-02-22
Veröffentlichungsdatum 2020-07-03
Bewertung 4.68/5 Insgesamt 28709 Bewertungen
Entwickler Urban VPN
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.urban-vpn.com/
URL der Datenschutzrichtlinien-Seite https://www.urban-vpn.com/about-us/privacy
Unterstützte Sprachen 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": [
        ""
    ]
}