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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ojceecdokhimjilhjjlognoioemfoghk |
官方網址 | 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:\/\/*\/*" ] } |