Fix Error Direct
Instantly fix errors caused by broken websites
What is Fix Error Direct?
Fix Error Direct is a Chrome extension developed by Eugene Treko, and its main feature is "Instantly fix errors caused by broken websites".
Extension Screenshots
Download Fix Error Direct Extension CRX File
Download Fix Error Direct 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 you visit a website that that is broken or stopped working you typically see nothing but an error page. Our tool is built to fix this error. It allows you to easily get back to normal browsing from broken websites. If the site you've opened doesn't work anymore you'll land on a search page where you'll can submit a query or get suggestions to visit right away. Extension Basic Information
| Name | |
| ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
| Official URL | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
| Description | Instantly fix errors caused by broken websites |
| File Size | 13.06 KB |
| Installation Count | 20,000 |
| Current Version | 1.2 |
| Last Updated | 2022-06-15 |
| Publish Date | 2022-05-17 |
| Rating | 1.00/5 Total 2 Ratings |
| Developer | Eugene Treko |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://fixerrordirect.com/ |
| Help Page URL | https://fixerrordirect.com/?a=privacy |
| Privacy Policy Page URL | https://newpagefinder.com?a=privacy |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Marek M",
"name": "Fix Error Direct",
"short_name": "Fix Error Direct",
"homepage_url": "https:\/\/fixerrordirect.com\/",
"description": "Instantly fix errors caused by broken websites",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webRequest",
"webNavigation",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |