WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Redirect Blocker

Redirect Blocker

View on Chrome Web Store
View Redirect Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (202 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Redirect Blocker saves you from facing potential malicious/annoying redirects.
Type
Extension
Users
70,000 users
10K
Website tyson3101.com
Tyson3101
View author page of Tyson3101
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 15, 2022
Version 3.4.2
Manifest version
3
Updated
Updated on April 17, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Redirect Blocker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redirect Blocker",
    "version": "3.4.2",
    "background": {
        "service_worker": ".\/dist\/background.js"
    },
    "description": "Redirect Blocker saves you from facing potential malicious\/annoying redirects.",
    "icons": {
        "16": ".\/img\/Icon16.png",
        "32": ".\/img\/Icon32.png",
        "128": ".\/img\/Icon128.png"
    },
    "action": {
        "default_icon": ".\/img\/popupIcon128.png",
        "default_popup": "\/dist\/popup\/popup.html",
        "default_title": "Redirect Blocker"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top