New Page Finder

New Page Finder helps you discover more options in web search from non-working websites

什么是New Page Finder?

New Page Finder是由Eugene Treko开发的Chrome扩展程序,该扩展的主要功能是“New Page Finder helps you discover more options in web search from non-working websites”。

扩展截图

screenshot
screenshot

下载New Page Finder扩展crx文件

下载New Page Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When a website you're trying to access no longer works you're usually redirected to a 404 page. With New Page Finder you can avoid such a bad experience that distracts so many Internet users. This extension provides you with options to find related websites instead of a non-working one. 
Get better search results and improve your website navigation with New Page Finder.                    

扩展基本信息

名称 New Page Finder New Page Finder
ID ojceecdokhimjilhjjlognoioemfoghk
官方URL https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk
简介 New Page Finder helps you discover more options in web search from non-working websites
文件大小 7.6 KB
安装次数 15,121
当前版本 1.2
更新时间 2022-06-15
上架时间 2022-04-21
评分 1.33/5 共3次评分
开发者 Eugene Treko
电子邮箱 [email protected]
付费类型 free
扩展官网 https://newpagefinder.com/
帮助页面URL https://newpagefinder.com/?a=about
隐私政策页面URL https://newpagefinder.com?a=privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Eugene Treko",
    "name": "New Page Finder",
    "short_name": "New Page Finder",
    "homepage_url": "https:\/\/newpagefinder.com\/",
    "description": "New Page Finder helps you discover more options in web search from non-working websites",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}