Taboola Ads Blocker

A simple way to hide Taboola ads

Cos'è Taboola Ads Blocker?

Taboola Ads Blocker è un'estensione di Chrome sviluppata da Smart Browser, e la sua funzione principale è "A simple way to hide Taboola ads".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Taboola Ads Blocker

Scarica i file di estensione Taboola Ads Blocker 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

                        💡 A simple way to hide Taboola ads

💡 This Chrome Extension removes only ads provided by Taboola advertiser (check for example https://abcnews.go.com/ to see it with and without this Chrome extension)

✅ Faster browsing

✅ Focus the content you want

✅ Better performance

✅ Less cookies

Source Code: https://github.com/smart-browser/taboola-ads-blocker                    

Informazioni di Base sull'Estensione

Nome Taboola Ads Blocker Taboola Ads Blocker
ID lhnfbhnaoojjmdiohgapkkbnoaljlcmk
URL Ufficiale https://chromewebstore.google.com/detail/taboola-ads-blocker/lhnfbhnaoojjmdiohgapkkbnoaljlcmk
Descrizione A simple way to hide Taboola ads
Dimensione del File 24.91 KB
Conteggio Installazioni 250
Versione Corrente 1.02
Ultimo Aggiornamento 2023-07-24
Data di Pubblicazione 2023-01-11
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Smart Browser
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Taboola Ads Blocker",
    "version": "1.02",
    "description": "A simple way to hide Taboola ads",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "html\/popup.html"
    }
}