404 Redirector

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

404 Redirector là gì?

404 Redirector là một tiện ích mở rộng Chrome được phát triển bởi Justin Jacobs, và tính năng chính của nó là "Redirects 404/error pages to the website's home page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 404 Redirector

Tải xuống các tệp mở rộng 404 Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
URL Chính Thức https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
Mô tả Redirects 404/error pages to the website's home page
Kích Thước Tệp 6.06 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-12-22
Ngày Phát Hành 2022-12-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Justin Jacobs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}