Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
Cos'è Forget 404s?
Forget 404s è un'estensione di Chrome sviluppata da wil, e la sua funzione principale è "Provides optional alternatives instead of the user getting frustrated with 404 pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forget 404s
Scarica i file di estensione Forget 404s in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.
Informazioni di Base sull'Estensione
Nome | |
ID | ighgdclfnamomoacncjldkncobhjhioe |
URL Ufficiale | https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe |
Descrizione | Provides optional alternatives instead of the user getting frustrated with 404 pages. |
Dimensione del File | 6.88 KB |
Conteggio Installazioni | 20,707 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-21 |
Data di Pubblicazione | 2022-04-21 |
Valutazione | 4.20/5 Totale 10 Valutazioni |
Sviluppatore | wil |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://forget-404s.com |
URL della Pagina di Aiuto | https://forget-404s.com/?a=about |
Lingue Supportate | 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:\/\/*\/*" ] } |