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
官方網址 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:\/\/*\/*"
    ]
}