New Page Finder

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

Что такое New Page Finder?

New Page Finder - это расширение Chrome, разработанное Eugene Treko, и его основная функция - "New Page Finder helps you discover more options in web search from non-working websites".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения New Page Finder

Скачайте файлы расширений 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:\/\/*\/*"
    ]
}