Forget 404s

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

Vad är Forget 404s?

Forget 404s är en Chrome-tillägg utvecklad av wil, och dess huvudfunktion är "Provides optional alternatives instead of the user getting frustrated with 404 pages.".

Tilläggsskärmbilder

screenshot

Ladda ner Forget 404s-förlängningens CRX-fil

Ladda ner Forget 404s-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
Officiell webbadress https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Beskrivning Provides optional alternatives instead of the user getting frustrated with 404 pages.
Filstorlek 6.88 KB
Antal Installationer 20,707
Aktuell Version 1.0
Senast Uppdaterad 2022-04-21
Publiceringsdatum 2022-04-21
Betyg 4.20/5 Totalt 10 Betyg
Utvecklare wil
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://forget-404s.com
Hjälpsida URL https://forget-404s.com/?a=about
Stödda Språk 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:\/\/*\/*"
    ]
}