404 Redirector

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

Vad är 404 Redirector?

404 Redirector är en Chrome-tillägg utvecklad av Justin Jacobs, och dess huvudfunktion är "Redirects 404/error pages to the website's home page".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner 404 Redirector-förlängningens CRX-fil

Ladda ner 404 Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
Officiell webbadress https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
Beskrivning Redirects 404/error pages to the website's home page
Filstorlek 6.06 KB
Antal Installationer 29
Aktuell Version 1.0
Senast Uppdaterad 2022-12-22
Publiceringsdatum 2022-12-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Justin Jacobs
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}