New Page Finder
New Page Finder helps you discover more options in web search from non-working websites
Co je New Page Finder?
New Page Finder je rozšíření Chrome vyvinuté Eugene Treko, a jeho hlavní funkcí je „New Page Finder helps you discover more options in web search from non-working websites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření New Page Finder
Stáhněte si soubory rozšíření New Page Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ojceecdokhimjilhjjlognoioemfoghk |
Oficiální URL | https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk |
Popis | New Page Finder helps you discover more options in web search from non-working websites |
Velikost souboru | 7.6 KB |
Počet instalací | 15,121 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-06-15 |
Datum Vydání | 2022-04-21 |
Hodnocení | 1.33/5 Celkem 3 Hodnocení |
Vývojář | Eugene Treko |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://newpagefinder.com/ |
URL Stránky Nápovědy | https://newpagefinder.com/?a=about |
URL Stránky Zásad Ochrany Soukromí | https://newpagefinder.com?a=privacy |
Podporované Jazyky | 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:\/\/*\/*" ] } |