Ultimate Blocker - Ads, Trackers, Websites

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

What is Ultimate Blocker - Ads, Trackers, Websites?

Ultimate Blocker - Ads, Trackers, Websites is a Chrome extension developed by https://browsernative.com, and its main feature is "Block annoying websites, trackers and ads. Enter domain names to block and done!".

Extension Screenshots

screenshot
screenshot

Download Ultimate Blocker - Ads, Trackers, Websites Extension CRX File

Download Ultimate Blocker - Ads, Trackers, Websites 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

                        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/                    

Extension Basic Information

Name Ultimate Blocker - Ads, Trackers, Websites Ultimate Blocker - Ads, Trackers, Websites
ID lpihkopjpnbhogjcbjicmdjobckhjaoi
Official URL https://chromewebstore.google.com/detail/ultimate-blocker-ads-trac/lpihkopjpnbhogjcbjicmdjobckhjaoi
Description Block annoying websites, trackers and ads. Enter domain names to block and done!
File Size 16.12 KB
Installation Count 72
Current Version 2.0.0
Last Updated 2023-11-27
Publish Date 2022-05-23
Rating 1.00/5 Total 1 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/ultimate-blocker/
Help Page URL https://browsernative.com/ultimate-blocker/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages 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"
    }
}