Website Errors Checker

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

Website Errors Checker란 무엇입니까?

Website Errors Checker은(는) Samantha Rhodes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info."입니다.

확장 프로그램 스크린샷

screenshot

Website Errors Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Website Errors Checker Website Errors Checker
ID ocbnbbeafmflkaeclidfenhakdanjbgk
공식 URL https://chromewebstore.google.com/detail/website-errors-checker/ocbnbbeafmflkaeclidfenhakdanjbgk
설명 An alternate search option for 500 errors, providing vast relevant results to overcome website issues & find info.
파일 크기 13.85 KB
설치 횟수 6,203
현재 버전 2.0
최근 업데이트 2023-08-06
출시 날짜 2023-08-05
개발자 Samantha Rhodes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://websiteerrorschecker.com
도움말 페이지 URL https://websiteerrorschecker.com
개인정보 보호 정책 페이지 URL https://WebsiteErrorsChecker.com?a=privacy
지원되는 언어 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:\/\/*\/*"
    ]
}