UltraBlock - Privacy Protection & Adblock

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

什麼是UltraBlock - Privacy Protection & Adblock?

UltraBlock - Privacy Protection & Adblock是由https://ultrablock.org開發的Chrome擴展程式,該擴展的主要功能是“Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載UltraBlock - Privacy Protection & Adblock擴展crx文件

下載UltraBlock - Privacy Protection & Adblock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 UltraBlock - Privacy Protection & Adblock UltraBlock - Privacy Protection & Adblock
ID ijnodnmgpgmgaajhagolfiemmmamfcgb
官方網址 https://chromewebstore.google.com/detail/ultrablock-privacy-protec/ijnodnmgpgmgaajhagolfiemmmamfcgb
簡介 Protect your Privacy by blocking Ads, Trackers and removing Cookies. The perfect Adblocker for Clean, Fast and Reliable browsing!
檔案大小 4.26 MB
安裝次數 12,842
目前版本 1.6.5
更新時間 2023-11-08
上架時間 2019-09-08
評分 4.33/5 共 40 次評分
開發者 https://ultrablock.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ultrablock.org/adblock/
說明頁面URL https://ultrablock.org/contact/
隱私政策頁面URL https://ultrablock.org/privacy
支援的語言 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\/"
}