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文件

下載Error Director擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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