Taboola Ads Blocker

A simple way to hide Taboola ads

What is Taboola Ads Blocker?

Taboola Ads Blocker is a Chrome extension developed by Smart Browser, and its main feature is "A simple way to hide Taboola ads".

Extension Screenshots

screenshot
screenshot

Download Taboola Ads Blocker Extension CRX File

Download Taboola Ads Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        💡 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                    

Extension Basic Information

Name Taboola Ads Blocker Taboola Ads Blocker
ID lhnfbhnaoojjmdiohgapkkbnoaljlcmk
Official URL https://chromewebstore.google.com/detail/taboola-ads-blocker/lhnfbhnaoojjmdiohgapkkbnoaljlcmk
Description A simple way to hide Taboola ads
File Size 24.91 KB
Installation Count 250
Current Version 1.02
Last Updated 2023-07-24
Publish Date 2023-01-11
Rating 4.00/5 Total 4 Ratings
Developer Smart Browser
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}