Forget 404s

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

What is Forget 404s?

Forget 404s is a Chrome extension developed by wil, and its main feature is "Provides optional alternatives instead of the user getting frustrated with 404 pages.".

Extension Screenshots

screenshot

Download Forget 404s Extension CRX File

Download Forget 404s extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
Official URL https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Description Provides optional alternatives instead of the user getting frustrated with 404 pages.
File Size 6.88 KB
Installation Count 20,707
Current Version 1.0
Last Updated 2022-04-21
Publish Date 2022-04-21
Rating 4.20/5 Total 10 Ratings
Developer wil
Email [email protected]
Payment Type free
Extension Website https://forget-404s.com
Help Page URL https://forget-404s.com/?a=about
Supported Languages 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:\/\/*\/*"
    ]
}