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
Eメール [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:\/\/*\/*"
    ]
}