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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}