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
公式URL 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
Eメール [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\/"
}