Site Resolver

Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.

Что такое Site Resolver?

Site Resolver - это расширение Chrome, разработанное https://siteresolver.com, и его основная функция - "Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.".

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

screenshot

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

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

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

                        Site Resolver is a great new browser extension designed to enhance users' browsing experience. With its advanced features and seamless navigation, Site Resolver enables users to obtain relevant results even when dealing with error-prone websites.

When a user encounters a website that displays a 403 error, Site Resolver offers an alternative search option powered by Yahoo search. Site Resolver is an affiliate partners with yahoo to assist with search results. This feature grants users access to a wide range of pertinent results, enabling them to overcome frustrating website errors and swiftly locate the desired information.

However, Site Resolver's capabilities extend beyond error resolution. The extension provides real-time suggestions while users type in the search bar, presenting helpful prompts and auto-complete options to expedite the search process. Additionally, Site Resolver includes built-in pop-up blocking and ad filtering, ensuring a cleaner and less cluttered browsing experience for users.                    

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

Название Site Resolver Site Resolver
ID klgahbjpgmnlnhabkbpilpdogfmaodhb
Официальный URL https://chromewebstore.google.com/detail/site-resolver/klgahbjpgmnlnhabkbpilpdogfmaodhb
Описание Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.
Размер файла 11.51 KB
Количество установок 26,412
Текущая Версия 2.0
Последнее Обновление 2023-07-03
Дата публикации 2023-07-03
Рейтинг 3.63/5 Всего 19 оценок
Разработчик https://siteresolver.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://siteresolver.com
URL страницы помощи https://siteresolver.com
URL страницы политики конфиденциальности http://siteresolver.com?a=privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Resolver",
    "homepage_url": "https:\/\/siteresolver.com",
    "description": "Elevate your browsing with Site Resolver, a cutting-edge extension that enhances your experience with search and navigation.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}