Urban Shield

Wi-Fi surfing protection & auto caching and history cleaner

What is Urban Shield?

Urban Shield is a Chrome extension developed by Urban VPN, and its main feature is "Wi-Fi surfing protection & auto caching and history cleaner".

Extension Screenshots

screenshot
screenshot

Download Urban Shield Extension CRX File

Download Urban Shield 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

                        If you are like everyone else, then you probably use public Wi-Fi quite frequently.

Many public connections are not secure and can cause you to become vulnerable to hackers and government surveillance agencies who can view and steal personal and essential information from your devices.

Urban Shield allows you to protect your data from leaking to the wrong hands or prevent identity theft and increase your safety online, regardless of whether you’re in a public place or your own home. Urban Shield will:

Mask your identity and add a privacy layer to any connection - Public or Secured

Hide your IP address and better hide your Digital Fingerprints

Change your IP in Public Hotspots

Block these annoying ads making your surfing easier

To enable us to block unwanted ads and provide you with safe browsing features, 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 Shield is the comprehensive Chrome browser extension for securing your connection, and it will not slow your browser’s performance and will have no effect on bandwidth.

This browser extension will blend seamlessly with Chrome and will allow you the freedom to be safe and secure online while using any hotspot in the world.

Download Urban Shield here with just one click and you are ready to go!                    

Extension Basic Information

Name Urban Shield Urban Shield
ID almalgbpmcfpdaopimbdchdliminoign
Official URL https://chromewebstore.google.com/detail/urban-shield/almalgbpmcfpdaopimbdchdliminoign
Description Wi-Fi surfing protection & auto caching and history cleaner
File Size 3.43 MB
Installation Count 55,045
Current Version 6.1.1
Last Updated 2024-02-22
Publish Date 2020-07-03
Rating 4.57/5 Total 519 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": "6.1.1",
    "homepage_url": "https:\/\/www.urban-vpn.com\/",
    "manifest_version": 3,
    "action": {
        "default_icon": "public\/sprites\/icon-grey.png",
        "default_title": "Urban Shield",
        "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
        },
        {
            "all_frames": false,
            "match_about_blank": true,
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "public\/sprites\/icon.png",
        "48": "public\/sprites\/icon-48.png",
        "128": "public\/sprites\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "proxy",
        "management",
        "alarms",
        "storage",
        "scripting",
        "offscreen",
        "browsingData",
        "webRequestAuthProvider",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.urban-vpn.com\/*",
        "https:\/\/www.google-analytics.com\/*",
        "https:\/\/ssl.google-analytics.com\/*",
        "https:\/\/google-analytics.com\/",
        "https:\/\/www.google.com\/favicon.ico",
        "https:\/\/www.youtube.com\/favicon.ico",
        "",
        "https:\/\/chrome.google.com\/webstore\/detail\/urban-shield\/almalgbpmcfpdaopimbdchdliminoign\/reviews\/*",
        "https:\/\/www.urban-vpn.com\/thank-you-ext-shield\/*",
        "https:\/\/www.urban-vpn.com\/uninstall-ext-shield\/*",
        "https:\/\/chrome.google.com\/webstore\/detail\/urban-free-vpn-proxy-unbl\/eppiocemhmnlbhjplcgkofciiegomcon\/*",
        "https:\/\/authentication.urban-vpn.com\/*",
        "https:\/\/anti-mining-protection-toolbar.urban-vpn.com\/api\/rest\/v2\/*",
        "https:\/\/geo.geosurf.io\/*",
        "https:\/\/authentication.urban-vpn.com\/*",
        "https:\/\/config-toolbar.urban-vpn.com\/rest\/v1\/configs\/extensions\/urban-shield\/*",
        "https:\/\/stats.urban-vpn.com\/api\/rest\/v2\/*",
        "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
        "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
        "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
        "https:\/\/authentication.urban-vpn.com\/rest\/v1\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/safe-check-notification\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/content\/scripts\/location.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "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": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker\/index.js"
    }
}