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