Error Director

Error Director helps users online by directing them to live sites.

Error Director란 무엇입니까?

Error Director은(는) https://knowyourerrors.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Error Director helps users online by directing them to live sites."입니다.

확장 프로그램 스크린샷

screenshot

Error Director 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ErrorDirector is your go-to solution for stress-free browsing! When errors pop up, we don't just redirect you; we guide you to an educational error page, explaining the issue simply. Plus, we've partnered with affiliates like Bing and Yahoo to ensure you easily continue your online journey. No dead ends, just smooth browsing. Download ErrorDirector now and effortlessly find what you're looking for!                    

확장 프로그램 기본 정보

이름 Error Director Error Director
ID jehnhjckmpkokbcaifiikhhdoeapgnhh
공식 URL https://chromewebstore.google.com/detail/error-director/jehnhjckmpkokbcaifiikhhdoeapgnhh
설명 Error Director helps users online by directing them to live sites.
파일 크기 11.21 KB
설치 횟수 3,808
현재 버전 2.0
최근 업데이트 2023-12-01
출시 날짜 2023-12-01
개발자 https://knowyourerrors.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://errordirector.org
도움말 페이지 URL https://errordirector.org/?=about
개인정보 보호 정책 페이지 URL https://errordirector.org?a=privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Error Director",
    "homepage_url": "https:\/\/errordirector.org",
    "description": "Error Director helps users online by directing them to live 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:\/\/*\/*"
    ]
}