Error Director

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

What is Error Director?

Error Director is a Chrome extension developed by alyssaroberts805, and its main feature is "Error Director is an easy tool to help you find alternative paths and information on errors.".

Extension Screenshots

screenshot

Download Error Director Extension CRX File

Download Error Director extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Error Director Error Director
ID jfaiphgcmhghjjpoiieniajcimnbbafm
Official URL https://chrome.google.com/webstore/detail/error-director/jfaiphgcmhghjjpoiieniajcimnbbafm
Description Error Director is an easy tool to help you find alternative paths and information on errors.
File Size 13 KB
Installation Count 90,000
Current Version 1.0
Last Updated 2022-05-30
Publish Date 2022-05-30
Rating 3.00/5 Total 10 Ratings
Developer alyssaroberts805
Email [email protected]
Payment Type free
Extension Website https://errordirector.com
Help Page URL https://errordirector.com/?a=about
Privacy Policy Page URL https://errordirector.com?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}