404 Redirector

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

Qu'est-ce que 404 Redirector ?

404 Redirector est une extension Chrome développée par Justin Jacobs, et sa fonction principale est "Redirects 404/error pages to the website's home page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 404 Redirector

Téléchargez les fichiers d'extension 404 Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
URL Officiel https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
Description Redirects 404/error pages to the website's home page
Taille du Fichier 6.06 KB
Nombre d'Installations 29
Version Actuelle 1.0
Dernière Mise à Jour 2022-12-22
Date de Publication 2022-12-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Justin Jacobs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}