Forget 404s

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

Co je Forget 404s?

Forget 404s je rozšíření Chrome vyvinuté wil, a jeho hlavní funkcí je „Provides optional alternatives instead of the user getting frustrated with 404 pages.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Forget 404s

Stáhněte si soubory rozšíření Forget 404s ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
Oficiální URL https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Popis Provides optional alternatives instead of the user getting frustrated with 404 pages.
Velikost souboru 6.88 KB
Počet instalací 20,707
Aktuální Verze 1.0
Poslední Aktualizace 2022-04-21
Datum Vydání 2022-04-21
Hodnocení 4.20/5 Celkem 10 Hodnocení
Vývojář wil
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://forget-404s.com
URL Stránky Nápovědy https://forget-404s.com/?a=about
Podporované Jazyky 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:\/\/*\/*"
    ]
}