WebExtension.net
WebExtension.net

Redirect Blocker

View on Chrome Web Store
View Redirect Blocker Chrome Extension on Chrome Web Store
4.0 (129 ratings)

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
30,000 users
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.0
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Redirect Blocker Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redirect Blocker",
    "version": "3.4.0",
    "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"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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