Ultimate Blocker - Ads, Trackers, Websites

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

Cos'è Ultimate Blocker - Ads, Trackers, Websites?

Ultimate Blocker - Ads, Trackers, Websites è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Block annoying websites, trackers and ads. Enter domain names to block and done!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ultimate Blocker - Ads, Trackers, Websites

Scarica i file di estensione Ultimate Blocker - Ads, Trackers, Websites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Ultimate Blocker - Ads, Trackers, Websites Ultimate Blocker - Ads, Trackers, Websites
ID lpihkopjpnbhogjcbjicmdjobckhjaoi
URL Ufficiale https://chromewebstore.google.com/detail/ultimate-blocker-ads-trac/lpihkopjpnbhogjcbjicmdjobckhjaoi
Descrizione Block annoying websites, trackers and ads. Enter domain names to block and done!
Dimensione del File 16.12 KB
Conteggio Installazioni 72
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-11-27
Data di Pubblicazione 2022-05-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/ultimate-blocker/
URL della Pagina di Aiuto https://browsernative.com/ultimate-blocker/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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"
    }
}