Error Director

Error Director is an easy tool to help you find alternative paths and information on errors.

什么是Error Director?

Error Director是由alyssaroberts805开发的Chrome扩展程序,该扩展的主要功能是“Error Director is an easy tool to help you find alternative paths and information on errors.”。

扩展截图

screenshot

下载Error Director扩展crx文件

下载Error Director扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When the website is no longer active we give you another website  close to what your looking for.                    

扩展基本信息

名称 Error Director Error Director
ID jfaiphgcmhghjjpoiieniajcimnbbafm
官方URL https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm
简介 Error Director is an easy tool to help you find alternative paths and information on errors.
文件大小 13 KB
安装次数 90,000
当前版本 1.0
更新时间 2022-05-30
上架时间 2022-05-30
评分 3.00/5 共10次评分
开发者 alyssaroberts805
电子邮箱 [email protected]
付费类型 free
扩展官网 https://errordirector.com
帮助页面URL https://errordirector.com/?a=about
隐私政策页面URL https://errordirector.com?a=privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "alyssa roberts",
    "name": "Error Director ",
    "short_name": "Error Director ",
    "homepage_url": "https:\/\/errordirector.com",
    "description": "Error Director is an easy tool to help you find alternative paths and information on errors.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}