UltraBlock - Privacy Protection & Adblock

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

Qu'est-ce que UltraBlock - Privacy Protection & Adblock ?

UltraBlock - Privacy Protection & Adblock est une extension Chrome développée par https://ultrablock.org, et sa fonction principale est "Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UltraBlock - Privacy Protection & Adblock

Téléchargez les fichiers d'extension UltraBlock - Privacy Protection & Adblock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UltraBlock - Privacy Protection & Adblock UltraBlock - Privacy Protection & Adblock
ID ijnodnmgpgmgaajhagolfiemmmamfcgb
URL Officiel https://chromewebstore.google.com/detail/ultrablock-privacy-protec/ijnodnmgpgmgaajhagolfiemmmamfcgb
Description Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!
Taille du Fichier 4.26 MB
Nombre d'Installations 12,842
Version Actuelle 1.6.5
Dernière Mise à Jour 2023-11-08
Date de Publication 2019-09-08
Évaluation 4.33/5 Total 40 Évaluations
Développeur https://ultrablock.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ultrablock.org/adblock/
URL de la Page d'Aide https://ultrablock.org/contact/
URL de la Page de Politique de Confidentialité https://ultrablock.org/privacy
Langues Prises en Charge 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\/"
}