Forget 404s

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

Co to jest Forget 404s?

Forget 404s to rozszerzenie Chrome opracowane przez wil, a jego główną funkcją jest „Provides optional alternatives instead of the user getting frustrated with 404 pages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Forget 404s

Pobierz pliki rozszerzeń Forget 404s w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
Oficjalny URL https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Opis Provides optional alternatives instead of the user getting frustrated with 404 pages.
Rozmiar pliku 6.88 KB
Liczba instalacji 20,707
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-21
Data Publikacji 2022-04-21
Ocena 4.20/5 Łącznie 10 Oceny
Deweloper wil
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://forget-404s.com
Adres URL Strony Pomocy https://forget-404s.com/?a=about
Obsługiwane Języki 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:\/\/*\/*"
    ]
}