Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
Apa itu Forget 404s?
Forget 404s adalah ekstensi Chrome yang dikembangkan oleh wil, dan fitur utamanya adalah "Provides optional alternatives instead of the user getting frustrated with 404 pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Forget 404s
Unduh file ekstensi Forget 404s dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.
Informasi Dasar Ekstensi
Nama | |
ID | ighgdclfnamomoacncjldkncobhjhioe |
URL Resmi | https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe |
Deskripsi | Provides optional alternatives instead of the user getting frustrated with 404 pages. |
Ukuran File | 6.88 KB |
Jumlah Instalasi | 20,707 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-04-21 |
Tanggal Publikasi | 2022-04-21 |
Penilaian | 4.20/5 Total 10 Penilaian |
Pengembang | wil |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://forget-404s.com |
URL Halaman Bantuan | https://forget-404s.com/?a=about |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |