Urban VPN Proxy

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

什么是Urban VPN Proxy?

Urban VPN Proxy是由Urban VPN开发的Chrome扩展程序,该扩展的主要功能是“Stay anonymous & secure with VPN - surf through 80 locations with Urban VPN for Chrome”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Urban VPN Proxy扩展crx文件

下载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": [
        ""
    ]
}