404 Redirector

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

什麼是404 Redirector?

404 Redirector是由Justin Jacobs開發的Chrome擴展程式,該擴展的主要功能是“Redirects 404/error pages to the website's home page”。

擴展截圖

screenshot
screenshot

下載404 Redirector擴展crx文件

下載404 Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
官方網址 https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
簡介 Redirects 404/error pages to the website's home page
檔案大小 6.06 KB
安裝次數 29
目前版本 1.0
更新時間 2022-12-22
上架時間 2022-12-21
評分 5.00/5 共 1 次評分
開發者 Justin Jacobs
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}