Error Director
Error Director helps users online by directing them to live sites.
What is Error Director?
Error Director is a Chrome extension developed by https://knowyourerrors.com, and its main feature is "Error Director helps users online by directing them to live sites.".
Extension Screenshots
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
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!
Extension Basic Information
Name | Error Director |
ID | jehnhjckmpkokbcaifiikhhdoeapgnhh |
Official URL | https://chromewebstore.google.com/detail/error-director/jehnhjckmpkokbcaifiikhhdoeapgnhh |
Description | Error Director helps users online by directing them to live sites. |
File Size | 11.21 KB |
Installation Count | 3,808 |
Current Version | 2.0 |
Last Updated | 2023-12-01 |
Publish Date | 2023-12-01 |
Developer | https://knowyourerrors.com |
[email protected] | |
Payment Type | free |
Extension Website | https://errordirector.org |
Help Page URL | https://errordirector.org/?=about |
Privacy Policy Page URL | https://errordirector.org?a=privacy |
Supported Languages | 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:\/\/*\/*" ] } |