404 Redirector

Redirects 404/error pages to the website's home page

Co to jest 404 Redirector?

404 Redirector to rozszerzenie Chrome opracowane przez Justin Jacobs, a jego główną funkcją jest „Redirects 404/error pages to the website's home page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 404 Redirector

Pobierz pliki rozszerzeń 404 Redirector 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

                        Are you tired of encountering 404 error pages and dead ends while browsing the web? The 404 Redirector extension is here to help!

With this extension, you'll never have to worry about getting stuck on a 404 page again. Whenever you encounter a 404 error or a URL with the word "error" in it, the extension will automatically redirect you to the homepage of the website. No more frustration or wasted time!

The 404 Redirector extension is lightweight, easy to use, and requires no setup. Simply install it, and it will work in the background to keep you on track. So why wait? Install the 404 Redirector extension now and start browsing with peace of mind!                    

Podstawowe informacje o rozszerzeniu

Nazwa 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
Oficjalny URL https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
Opis Redirects 404/error pages to the website's home page
Rozmiar pliku 6.06 KB
Liczba instalacji 29
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-12-22
Data Publikacji 2022-12-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Justin Jacobs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "404 Redirector",
    "description": "Redirects 404\/error pages to the website's home page",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "128.png"
    }
}