Errors.net official extension

The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.

Errors.net official extension란 무엇입니까?

Errors.net official extension은(는) https://errors.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted."입니다.

확장 프로그램 스크린샷

screenshot

Errors.net official extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Errors.net is a Google Chrome extension that transforms mundane server and DNS errors into visually stunning web pages that offer valuable information, pertinent promotions, and a user-friendly search bar with Yahoo! powered results. With the official Errors.net extension installed, you can bid farewell to dull internet error pages forever. To support our free service, we monetize the extension using affiliate links and search feeds, allowing us to continue offering these helpful features to our users.

In version 3.0, we have added exciting features such as page load times, performance metrics, and site unavailability data. We store and use this data to generate geo-data, which we display on a live map on errors.net, showcasing network and website errors by region.

Please visit and review our current Privacy and Terms pages at errors.net                    

확장 프로그램 기본 정보

이름 Errors.net official extension Errors.net official extension
ID clgfnfmnfijeennnadfnmfdcemmigaci
공식 URL https://chromewebstore.google.com/detail/errorsnet-official-extens/clgfnfmnfijeennnadfnmfdcemmigaci
설명 The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.
파일 크기 17.35 KB
설치 횟수 72,502
현재 버전 3.0
최근 업데이트 2023-05-03
출시 날짜 2023-05-02
평점 4.44/5 총 9 개의 평점
개발자 https://errors.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://errors.net
도움말 페이지 URL https://errors.net
개인정보 보호 정책 페이지 URL https://errors.net/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Errors.net official extension",
    "homepage_url": "https:\/\/errors.net",
    "description": "The official errors.net extension! We simplify common frustrating web errors and help you find exactly what you wanted.",
    "version": "3.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:\/\/*\/*"
    ]
}