Urban Ad blocker

Block ad, pop-up & pre-roll video with Ad blocker for web browsers

Co to jest Urban Ad blocker?

Urban Ad blocker to rozszerzenie Chrome opracowane przez Urban VPN, a jego główną funkcją jest „Block ad, pop-up & pre-roll video with Ad blocker for web browsers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Urban Ad blocker

Pobierz pliki rozszerzeń Urban Ad blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Just one click and you are on your way!

Urban Ad blocker is a product by Urban Cyber Security. Our Chrome Extension users enjoy:
• Blocks any element on  web pages configured by yourself 

• Ad-free browsing experience, eliminating native ads, video ads, pop-ups/pop-unders, tab ups, banners & text ads

• Improved protection against viruses, spyware and other types of malware, as well as phishing scams, since most of those use an advertising placement to hack into your browsing session

• Optimized browsing speeds, due to the savings in bandwidth, download-size and server calls; this is achieved by only loading each page's content and skipping the ads altogether

Get back to enjoying what matters on every other site on the web. You will forget that sites even have ads in no time!

This extension is an all-in-one solution. No need to download further software - just click "Add to Chrome" to install the extension and you are set to surf, with no ads!

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

Podstawowe informacje o rozszerzeniu

Nazwa Urban Ad blocker Urban Ad blocker
ID feflcgofneboehfdeebcfglbodaceghj
Oficjalny URL https://chromewebstore.google.com/detail/urban-ad-blocker/feflcgofneboehfdeebcfglbodaceghj
Opis Block ad, pop-up & pre-roll video with Ad blocker for web browsers
Rozmiar pliku 714 KB
Liczba instalacji 20,000
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2024-02-07
Data Publikacji 2020-05-20
Ocena 4.10/5 Łącznie 133 Oceny
Deweloper Urban VPN
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.urban-vpn.com/about-us/privacy
Obsługiwane Języki 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": "2.1.0",
    "homepage_url": "https:\/\/www.urban-vpn.com\/",
    "manifest_version": 3,
    "action": {
        "default_icon": "shared\/icons\/icon.png",
        "default_title": "Urban Ad blocker",
        "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:\/\/*\/*"
            ],
            "css": [
                "content\/style.css"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "icons": {
        "16": "shared\/icons\/icon.png",
        "48": "shared\/icons\/icon-48.png",
        "128": "shared\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.bugsnag.com\/*",
        "https:\/\/www.google-analytics.com\/collect",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/api.twitter.com\/*",
        "https:\/\/www.google-analytics.com\/mp\/collect",
        "https:\/\/chrome.google.com\/webstore\/detail\/urban-free-ad-blocker\/feflcgofneboehfdeebcfglbodaceghj\/reviews\/*",
        "https:\/\/www.urban-vpn.com\/thank-you-adblock\/\/*",
        "https:\/\/www.urban-vpn.com\/uninstall-adblock\/\/*",
        "https:\/\/config-toolbar.urban-vpn.com\/rest\/v1\/configs\/extensions\/urban-ad-blocker\/*",
        "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
        "https:\/\/authentication.urban-vpn.com\/*",
        "https:\/\/authentication.urban-vpn.com\/rest\/v1\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shared\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "executers\/vi-tr.js",
                "executers\/fr-co.js",
                "executers\/vi-pn-tr.js",
                "executers\/vi-oo-tr.js",
                "executers\/vi-rd-tr.js",
                "executers\/vi-tt-tr.js",
                "executers\/vi-ig-tr.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker\/index.js",
        "type": "module"
    }
}