Forget 404s

Provides optional alternatives instead of the user getting frustrated with 404 pages.

Что такое Forget 404s?

Forget 404s - это расширение Chrome, разработанное wil, и его основная функция - "Provides optional alternatives instead of the user getting frustrated with 404 pages.".

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

screenshot

Скачать файл CRX расширения Forget 404s

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

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

                        An integrated experience for users who get frustrated with 404 errors while browsing. Provides quick alternative options when they arrive at a 404 page.                    

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

Название Forget 404s Forget 404s
ID ighgdclfnamomoacncjldkncobhjhioe
Официальный URL https://chrome.google.com/webstore/detail/forget-404s/ighgdclfnamomoacncjldkncobhjhioe
Описание Provides optional alternatives instead of the user getting frustrated with 404 pages.
Размер файла 6.88 KB
Количество установок 20,707
Текущая Версия 1.0
Последнее Обновление 2022-04-21
Дата публикации 2022-04-21
Рейтинг 4.20/5 Всего 10 оценок
Разработчик wil
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://forget-404s.com
URL страницы помощи https://forget-404s.com/?a=about
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Wil B",
    "name": "Forget 404s",
    "short_name": "Forget 404s",
    "homepage_url": "https:\/\/forget-404s.com",
    "description": "Provides optional alternatives instead of the user getting frustrated with 404 pages.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}