Forget 404s
Provides optional alternatives instead of the user getting frustrated with 404 pages.
什么是Forget 404s?
Forget 404s是由wil开发的Chrome扩展程序,该扩展的主要功能是“Provides optional alternatives instead of the user getting frustrated with 404 pages.”。
扩展截图
下载Forget 404s扩展crx文件
下载Forget 404s扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.
扩展基本信息
名称 | |
ID | ighgdclfnamomoacncjldkncobhjhioe |
官方URL | https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe |
简介 | Provides optional alternatives instead of the user getting frustrated with 404 pages. |
文件大小 | 6.88 KB |
安装次数 | 20,707 |
当前版本 | 1.0 |
更新时间 | 2022-04-21 |
上架时间 | 2022-04-21 |
评分 | 4.20/5 共10次评分 |
开发者 | wil |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://forget-404s.com |
帮助页面URL | https://forget-404s.com/?a=about |
支持的语言 | 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:\/\/*\/*" ] } |