Fix Error Direct
Instantly fix errors caused by broken websites
Qu'est-ce que Fix Error Direct ?
Fix Error Direct est une extension Chrome développée par Eugene Treko, et sa fonction principale est "Instantly fix errors caused by broken websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fix Error Direct
Téléchargez les fichiers d'extension Fix Error Direct au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
URL Officiel | https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj |
Description | Instantly fix errors caused by broken websites |
Taille du Fichier | 13.06 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-06-15 |
Date de Publication | 2022-05-17 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Eugene Treko |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fixerrordirect.com/ |
URL de la Page d'Aide | https://fixerrordirect.com/?a=privacy |
URL de la Page de Politique de Confidentialité | https://newpagefinder.com?a=privacy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |