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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
官方網址 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:\/\/*\/*"
    ]
}