Redirect Blocker

Redirect Blocker saves you from facing potential malicious/annoying redirects.

什么是Redirect Blocker?

Redirect Blocker是由https://tyson3101.com开发的Chrome扩展程序,该扩展的主要功能是“Redirect Blocker saves you from facing potential malicious/annoying redirects.”。

扩展截图

screenshot
screenshot

下载Redirect Blocker扩展crx文件

下载Redirect Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For example, when on websites like Soap2day or other similar sites, you have to fight for your life closing and avoiding redirects to get to the page wanted, but with this extension, it is easy as pie, and also a much more pleasant experience.

Disclaimer: Redirect Blocker is not affiliated with Soap2Day or any other website that hosts pirated content. The extension is intended to be used for legal purposes only. Users who use the extension for illegal purposes do so at their own risk.

NOTES:
- The extension only works on tabs/URLs that have it enabled.
- For ease, use the shortcut, alt + shift + s (or change to your own), to toggle the extension on and off.
- If a redirect is needed, switch tabs to one with the extension disabled or toggle it off and back on.
- If you face any issues, https://github.com/Tyson3101/Redirect-Blocker/issues is the best place to go.
- Hope it's helpful!                    

扩展基本信息

名称 Redirect Blocker Redirect Blocker
ID egmgebeelgaakhaoodlmnimbfemfgdah
官方URL https://chromewebstore.google.com/detail/redirect-blocker/egmgebeelgaakhaoodlmnimbfemfgdah
简介 Redirect Blocker saves you from facing potential malicious/annoying redirects.
文件大小 991 KB
安装次数 7,191
当前版本 3.0.2
更新时间 2023-07-04
上架时间 2022-07-15
评分 3.86/5 共49次评分
开发者 https://tyson3101.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Tyson3101/Redirect-Blocker
帮助页面URL https://github.com/Tyson3101/Redirect-Blocker/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redirect Blocker",
    "version": "3.0.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": [
                ""
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}