404 Redirector

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

O que é 404 Redirector?

404 Redirector é uma extensão do Chrome desenvolvida por Justin Jacobs, e sua principal característica é "Redirects 404/error pages to the website's home page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 404 Redirector

Baixe arquivos de extensão 404 Redirector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
URL Oficial https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
Descrição Redirects 404/error pages to the website's home page
Tamanho do Arquivo 6.06 KB
Contagem de Instalações 29
Versão Atual 1.0
Última Atualização 2022-12-22
Data de Publicação 2022-12-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Justin Jacobs
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}