Your Errors Plug

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

什么是Your Errors Plug?

Your Errors Plug是由https://yourerrorsplug.com开发的Chrome扩展程序,该扩展的主要功能是“Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.”。

扩展截图

screenshot

下载Your Errors Plug扩展crx文件

下载Your Errors Plug扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Your Errors Plug Your Errors Plug
ID khmlelceddigbfelljlckdbjfeceiopj
官方URL https://chromewebstore.google.com/detail/your-errors-plug/khmlelceddigbfelljlckdbjfeceiopj
简介 Your Errors Plug is an extension for seamless browsing, relevant results on error-prone sites.
文件大小 21.1 KB
安装次数 6,228
当前版本 2.0
更新时间 2023-08-17
上架时间 2023-08-16
评分 5.00/5 共2次评分
开发者 https://yourerrorsplug.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://yourerrorsplug.com/
帮助页面URL https://yourerrorsplug.com/
隐私政策页面URL https://yourerrorsplug.com?a=privacy
支持的语言 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:\/\/*\/*"
    ]
}