Fix Error Direct
Instantly fix errors caused by broken websites
Wat is Fix Error Direct?
Fix Error Direct is een Chrome-extensie ontwikkeld door Eugene Treko, en de belangrijkste functie is "Instantly fix errors caused by broken websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Error Direct
Download Fix Error Direct-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Officiële URL | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Beschrijving | Instantly fix errors caused by broken websites |
Bestandsgrootte | 13.06 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-06-15 |
Publicatiedatum | 2022-05-17 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Eugene Treko |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://fixerrordirect.com/ |
Help Pagina-URL | https://fixerrordirect.com/?a=privacy |
URL van de Privacybeleid Pagina | https://newpagefinder.com?a=privacy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |