New Page Finder
New Page Finder helps you discover more options in web search from non-working websites
Co to jest New Page Finder?
New Page Finder to rozszerzenie Chrome opracowane przez Eugene Treko, a jego główną funkcją jest „New Page Finder helps you discover more options in web search from non-working websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Page Finder
Pobierz pliki rozszerzeń New Page Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ojceecdokhimjilhjjlognoioemfoghk |
Oficjalny URL | https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk |
Opis | New Page Finder helps you discover more options in web search from non-working websites |
Rozmiar pliku | 7.6 KB |
Liczba instalacji | 15,121 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-06-15 |
Data Publikacji | 2022-04-21 |
Ocena | 1.33/5 Łącznie 3 Oceny |
Deweloper | Eugene Treko |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://newpagefinder.com/ |
Adres URL Strony Pomocy | https://newpagefinder.com/?a=about |
Adres URL Strony Polityki Prywatności | https://newpagefinder.com?a=privacy |
Obsługiwane Języki | 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:\/\/*\/*" ] } |