Redirect Blocker

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

Co to jest Redirect Blocker?

Redirect Blocker to rozszerzenie Chrome opracowane przez https://tyson3101.com, a jego główną funkcją jest „Redirect Blocker saves you from facing potential malicious/annoying redirects.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Redirect Blocker

Pobierz pliki rozszerzeń Redirect Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Redirect Blocker Redirect Blocker
ID egmgebeelgaakhaoodlmnimbfemfgdah
Oficjalny URL https://chromewebstore.google.com/detail/redirect-blocker/egmgebeelgaakhaoodlmnimbfemfgdah
Opis Redirect Blocker saves you from facing potential malicious/annoying redirects.
Rozmiar pliku 991 KB
Liczba instalacji 7,191
Aktualna Wersja 3.0.2
Ostatnia Aktualizacja 2023-07-04
Data Publikacji 2022-07-15
Ocena 3.86/5 Łącznie 49 Oceny
Deweloper https://tyson3101.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Tyson3101/Redirect-Blocker
Adres URL Strony Pomocy https://github.com/Tyson3101/Redirect-Blocker/issues
Obsługiwane Języki 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"
    ]
}