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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}