UltraBlock - Privacy Protection & Adblock

Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!

Co je UltraBlock - Privacy Protection & Adblock?

UltraBlock - Privacy Protection & Adblock je rozšíření Chrome vyvinuté https://ultrablock.org, a jeho hlavní funkcí je „Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření UltraBlock - Privacy Protection & Adblock

Stáhněte si soubory rozšíření UltraBlock - Privacy Protection & Adblock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        UltraBlock is a super fast Privacy protection and efficient Adblock extension using Manifest V3. UltraBlock removes all known Trackers, Ads and Third-Party cookies for maximum privacy protection. Remove retargeting ads, videos and block services that track your online behaviour. UltraBlock can be used together with the AdBlock, Ghostery or Privacy Badger extension. Use UltraBlock to:

★ Remove Trackers and (retargeting) Ads
★ Remove Third-Party Cookies
★ Protect your Privacy
★ Speed up your browser over 55%
★ See what services try to tracking you
★ See what services we prevented from loading
★ See in which country services store your personal data

Almost every website uses services like (retargeting) ad networks, analytics or social media buttons. Popular websites even load over 73 of these external services in the background. They do this to profile and track you with the goal to improve conversions or to sell your profile. You, as a visitor, do not need these services for the website to load or a good browsing experience. They only slow you down and compromise your privacy.

UltraBlock automatically blocks unnecessary services like ads, invisible trackers and third-party cookies. It shows what services are loaded in the background of the websites that you visit. UltraBlock makes websites load over 55% faster and keeps your privacy safe.

TRACKER DATABASE
UltraBlock maintains a manually checked tracker database with 5.471 hostnames of external services. These services are categorized into Advertising, Analytics, Social and Essential. Services that are not necessary for a good browsing experience are marked as 'unnecessary'. With this database UltraBlock automatically blocks ads and trackers that you do not need. UltraBlock shows you exactly what services are loaded in the background of the websites that you visit.

PRIVACY PROTECTION
UltraBlock protects your privacy in as many ways as possible. It starts by blocking content from services that are marked as 'unnecessary' in the UltraBlock tracker database. This immediately cleans out over 80% of trackers only leaving unknown or new trackers. To make sure even these can not track you UltraBlock cleans up the third-party cookies and your browser cache after every website visit. And finally, to make it even harder for services to track you UltraBlock randomizes your user-agent for each website visit.

LIGTHWEIGHT AND SUPER FAST
UltraBlock is a lightweight and super fast Chrome extension that runs quietly in the background. UltraBlock can be used by anyone who wants to protect privacy, make the browser run faster and also more secure.

SERVICE INITIATORS
When the publisher of a website installed Google Analytics the code is loaded directly via the HTML of the publisher. In other words the publishers website is the initiator of the Google Analytics script. But when a publisher installed a service like DoubleClick (Google product) then DoubleClick will also load: Google Syndication ,Google Static, 2MDN and sensic.net. In this case the initiator is DoubleClick and not the website of the publisher. When you open the UltraBlock pop-up and click on a service you'll see the label Initiator. This shows what the initiator of the service is. If a service was initiated by another service and not the website you're visiting we'll show an 'e' in front of the service in the service list.

SEE IN WHICH COUNTRY A SERVICE STORES YOUR DATA
If you open the Ultrablock popup, you can see in which countries the services that are loaded store your personal data. By temporarily pausing Ultrablock and allowing all services to load, you can see exactly which external services are loaded per website and in which country they store your personal data.                    

Základní Informace o Rozšíření

Název UltraBlock - Privacy Protection & Adblock UltraBlock - Privacy Protection & Adblock
ID ijnodnmgpgmgaajhagolfiemmmamfcgb
Oficiální URL https://chromewebstore.google.com/detail/ultrablock-privacy-protec/ijnodnmgpgmgaajhagolfiemmmamfcgb
Popis Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!
Velikost souboru 4.26 MB
Počet instalací 12,842
Aktuální Verze 1.6.5
Poslední Aktualizace 2023-11-08
Datum Vydání 2019-09-08
Hodnocení 4.33/5 Celkem 40 Hodnocení
Vývojář https://ultrablock.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ultrablock.org/adblock/
URL Stránky Nápovědy https://ultrablock.org/contact/
URL Stránky Zásad Ochrany Soukromí https://ultrablock.org/privacy
Podporované Jazyky de,en,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "1.6.5",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/logo-green-16x16.png",
        "24": "img\/logo-green-24x24.png",
        "32": "img\/logo-green-32x32.png",
        "64": "img\/logo-green-64x64.png",
        "128": "img\/logo-green-128x128.png"
    },
    "author": "Ninble",
    "minimum_chrome_version": "88",
    "incognito": "spanning",
    "background": {
        "service_worker": "js\/loader.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/backend\/document.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/backend\/frame.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "cookies",
        "storage",
        "webRequest",
        "tabs",
        "browsingData",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "UltraBlock",
        "default_icon": "img\/logo-green-128x128.png",
        "default_popup": "html\/results.html"
    },
    "homepage_url": "https:\/\/ultrablock.org\/"
}