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