Website Errors Checker

An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.

¿Qué es Website Errors Checker?

Website Errors Checker es una extensión de Chrome desarrollada por Samantha Rhodes, y su función principal es "An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Website Errors Checker

Descarga archivos de extensión Website Errors Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Website Errors Checker is designed for novice or uninformed users to browse the internet in a way that allows them to deepen their understanding of it.

The Website Errors Checker is a Chrome extension engineered to assist such users in navigating the internet more effectively. With the Website Errors Checker extension, users can tap into an array of features curated to optimize their browsing experience and equip them to make well-informed decisions about their online activities.

In addition to this, the extension provides an array of helpful tips and resources to enable users to comprehend the internet better. These include explanations of common errors and internet-related terminologies, along with links to pertinent articles and knowledge bases. These resources are aimed at helping the user enhance their understanding of the internet and the errors they may encounter.

Website Errors Checker partners with errors.net, Yahoo.com, and other affiliate partners to help users proceed with their online journey, even in instances where the website they visited yields an NX Domain error.                    

Información Básica de la Extensión

Nombre Website Errors Checker Website Errors Checker
ID ocbnbbeafmflkaeclidfenhakdanjbgk
URL Oficial https://chromewebstore.google.com/detail/website-errors-checker/ocbnbbeafmflkaeclidfenhakdanjbgk
Descripción An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.
Tamaño del Archivo 13.85 KB
Cantidad de Instalaciones 6,203
Versión Actual 2.0
Última Actualización 2023-08-06
Fecha de Publicación 2023-08-05
Desarrollador Samantha Rhodes
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://websiteerrorschecker.com
URL de la Página de Ayuda https://websiteerrorschecker.com
URL de la Página de Política de Privacidad https://WebsiteErrorsChecker.com?a=privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Errors Checker",
    "homepage_url": "https:\/\/WebsiteErrorsChecker.com",
    "description": "An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.",
    "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:\/\/*\/*"
    ]
}