Urban VPN Proxy

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

Что такое Urban VPN Proxy?

Urban VPN Proxy - это расширение Chrome, разработанное Urban VPN, и его основная функция - "Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Urban VPN Proxy

Скачайте файлы расширений Urban VPN Proxy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Urban VPN Proxy Urban VPN Proxy
ID eppiocemhmnlbhjplcgkofciiegomcon
Официальный URL https://chromewebstore.google.com/detail/urban-vpn-proxy/eppiocemhmnlbhjplcgkofciiegomcon
Описание Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome
Размер файла 2.44 MB
Количество установок 2,879,423
Текущая Версия 4.6.4
Последнее Обновление 2024-02-22
Дата публикации 2020-07-03
Рейтинг 4.68/5 Всего 28709 оценок
Разработчик Urban VPN
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.urban-vpn.com/
URL страницы политики конфиденциальности https://www.urban-vpn.com/about-us/privacy
Поддерживаемые языки 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": [
        ""
    ]
}