Forget 404s

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

Wat is Forget 404s?

Forget 404s is een Chrome-extensie ontwikkeld door wil, en de belangrijkste functie is "Provides optional alternatives instead of the user getting frustrated with 404 pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Forget 404s

Download Forget 404s-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
Officiële URL https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Beschrijving Provides optional alternatives instead of the user getting frustrated with 404 pages.
Bestandsgrootte 6.88 KB
Aantal Installaties 20,707
Huidige Versie 1.0
Laatst Bijgewerkt 2022-04-21
Publicatiedatum 2022-04-21
Beoordeling 4.20/5 Totaal 10 Beoordelingen
Ontwikkelaar wil
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://forget-404s.com
Help Pagina-URL https://forget-404s.com/?a=about
Ondersteunde Talen 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:\/\/*\/*"
    ]
}