Forget 404s

Provides optional alternatives instead of the user getting frustrated with 404 pages.

Forget 404s là gì?

Forget 404s là một tiện ích mở rộng Chrome được phát triển bởi wil, và tính năng chính của nó là "Provides optional alternatives instead of the user getting frustrated with 404 pages.".

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

screenshot

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

Tải xuống các tệp mở rộng Forget 404s 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

                        An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.                    

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

Tên Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
URL Chính Thức https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Mô tả Provides optional alternatives instead of the user getting frustrated with 404 pages.
Kích Thước Tệp 6.88 KB
Số Lần Cài Đặt 20,707
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2022-04-21
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển wil
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://forget-404s.com
URL Trang Trợ Giúp https://forget-404s.com/?a=about
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Wil B",
    "name": "Forget 404s",
    "short_name": "Forget 404s",
    "homepage_url": "https:\/\/forget-404s.com",
    "description": "Provides optional alternatives instead of the user getting frustrated with 404 pages.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}