Your Errors Plug

Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.

¿Qué es Your Errors Plug?

Your Errors Plug es una extensión de Chrome desarrollada por https://yourerrorsplug.com, y su función principal es "Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Your Errors Plug

Descarga archivos de extensión Your Errors Plug 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

                        Your Errors Plug was introduced to assist internet newcomers who come across NX domain error codes. Those new to browsing find our extension extremely helpful as it offers a smoother browsing experience free from error codes. It also features advanced software that takes our extension to new levels within the vast realm of the internet.

By utilizing Your Errors Plug's extension tool, inexperienced users can enjoy several important benefits. This tool helps them comprehend the intricate world of internet error codes while keeping their personal data secure. Additionally, you'll gain immediate access to relevant articles that provide clear and understandable insights into these error codes.

Your Errors Plug offers capabilities that extend beyond just error resolution. It delivers real-time suggestions as users type into the search bar, offering useful prompts and auto-complete choices to enhance the speed of the search process. Furthermore, Your Errors Plug incorporates integrated pop-up blocking and ad filtering, guaranteeing a more streamlined and less chaotic browsing encounter for users.

Your Errors Plug not only aids with error codes but also provides valuable insights into website loading times and other crucial statistics. This ensures that you stay informed about the performance of the websites you access.

Your Errors Plug partners with errors.net, Yahoo.com, and other partners to better support browsers on their journey, especially when they encounter websites displaying NX domain errors.                    

Información Básica de la Extensión

Nombre Your Errors Plug Your Errors Plug
ID khmlelceddigbfelljlckdbjfeceiopj
URL Oficial https://chromewebstore.google.com/detail/your-errors-plug/khmlelceddigbfelljlckdbjfeceiopj
Descripción Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.
Tamaño del Archivo 21.1 KB
Cantidad de Instalaciones 6,228
Versión Actual 2.0
Última Actualización 2023-08-17
Fecha de Publicación 2023-08-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://yourerrorsplug.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://yourerrorsplug.com/
URL de la Página de Ayuda https://yourerrorsplug.com/
URL de la Página de Política de Privacidad https://yourerrorsplug.com?a=privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Errors Plug",
    "homepage_url": "https:\/\/YourErrorsPlug.com",
    "description": "Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.",
    "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:\/\/*\/*"
    ]
}