Ultimate Blocker - Ads, Trackers, Websites

Block annoying websites, trackers and ads. Enter domain names to block and done!

Was ist Ultimate Blocker - Ads, Trackers, Websites?

Ultimate Blocker - Ads, Trackers, Websites ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Block annoying websites, trackers and ads. Enter domain names to block and done!".

Erweiterungsscreenshots

screenshot
screenshot

Ultimate Blocker - Ads, Trackers, Websites-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ultimate Blocker - Ads, Trackers, Websites-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        How to use: Click extension's toolbar button to open the settings page, and enter the domain (or, sub-domain) names to block.

Extension by BrowserNative. Visit our site for detailed user guide: https://browsernative.com/ultimate-blocker/                    

Grundlegende Informationen zur Erweiterung

Name Ultimate Blocker - Ads, Trackers, Websites Ultimate Blocker - Ads, Trackers, Websites
ID lpihkopjpnbhogjcbjicmdjobckhjaoi
Offizielle URL https://chromewebstore.google.com/detail/ultimate-blocker-ads-trac/lpihkopjpnbhogjcbjicmdjobckhjaoi
Beschreibung Block annoying websites, trackers and ads. Enter domain names to block and done!
Dateigröße 16.12 KB
Installationsanzahl 72
Aktuelle Version 2.0.0
Letztes Update 2023-11-27
Veröffentlichungsdatum 2022-05-23
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://browsernative.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browsernative.com/ultimate-blocker/
Hilfeseite URL https://browsernative.com/ultimate-blocker/
URL der Datenschutzrichtlinien-Seite https://browsernative.com/extensions-privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Blocker - Ads, Trackers, Websites",
    "description": "Block annoying websites, trackers and ads. Enter domain names to block and done!",
    "version": "2.0.0",
    "short_name": "Ultimate Blocker",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/browsernative.com\/ultimate-blocker\/",
    "minimum_chrome_version": "101",
    "options_page": "\/option\/index.html",
    "action": {
        "default_icon": {
            "16": "static\/icon-16.png",
            "24": "static\/icon-24.png",
            "32": "static\/icon-32.png",
            "48": "static\/icon-48.png"
        },
        "default_title": "Ultimate Blocker"
    }
}