Site Searcher

Easy tool that lets you search related content and similar websites instead of lost content

Что такое Site Searcher?

Site Searcher - это расширение Chrome, разработанное Eugene Treko, и его основная функция - "Easy tool that lets you search related content and similar websites instead of lost content".

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

screenshot
screenshot

Скачать файл CRX расширения Site Searcher

Скачайте файлы расширений Site Searcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.                    

Основная информация о расширении

Название Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
Официальный URL https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
Описание Easy tool that lets you search related content and similar websites instead of lost content
Размер файла 9.97 KB
Количество установок 90,000
Текущая Версия 1.02
Последнее Обновление 2022-06-27
Дата публикации 2022-06-27
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Eugene Treko
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://site-searcher.com/
URL страницы помощи https://site-searcher.com/?a=about
URL страницы политики конфиденциальности https://newpagefinder.com?a=privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Leon Vojcech",
    "name": "Site Searcher",
    "short_name": "Site Searcher",
    "homepage_url": "https:\/\/site-searcher.com\/",
    "description": "Easy tool that lets you search related content and similar websites instead of lost content",
    "version": "1.02",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}